summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-09-08Moved get_primary_key_column implementation to baseClaude Paroz
2012-09-07Fixed #18781 -- Reduced max session cookie size.Aymeric Augustin
2012-09-07Fixed #18916 -- Allowed non-ASCII headers.Aymeric Augustin
2012-09-07Fixed #12397 -- allow safe_join to work with the root file system path, which...Alex Gaynor
2012-09-07[py3k] Fixed the index creation code that I committed a few minutes ago for p...Alex Gaynor
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-09-07Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...Alex Gaynor
2012-09-07Ensued that SQL indexes are alwasy created in the same name.Alex Gaynor
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-09-07Cleaned up some small bits of the ORM, including removing an import *.Alex Gaynor
2012-09-06Made use of property decorator in formsets.pyClaude Paroz
2012-09-04Negligible spacing fix in auth/forms.pyAdrian Holovaty
2012-09-04Fixed #18824 -- Allow deleting a setting from overriden settingsClaude Paroz
2012-09-04Fixed #18902 -- Made force_bytes properly handle exception inputClaude Paroz
2012-09-01Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolve...Claude Paroz
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-09-01Fixed #9920 - Clarfied empty string vs. localhost in settings database host.Tim Graham
2012-08-31Merge pull request #313 from davidfischer/masterFlorian Apolloner
2012-08-30Made get_table_description also return the size of char fields on SQLiteClaude Paroz
2012-08-30Fixed #5725 -- Fixed varchar column size introspection for MySQLClaude Paroz
2012-08-30Fixed #18751 -- Cleaned up BaseFormSet._should_delete_formClaude Paroz
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29Fixed comment typoDavid Fischer
2012-08-29[py3] Ported the 'shell' management command.Aymeric Augustin
2012-08-29Made FileSystemStorage accept both text and byte streamsClaude Paroz
2012-08-29Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-28Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...Florian Apolloner
2012-08-28[py3] Updated bundled version of sixAymeric Augustin
2012-08-26Code comment fix.Mitar
2012-08-26Made model instance history admin view link not hard-coded. Refs #15294.Ramiro Morales
2012-08-25Fixed #18852 -- Restored backwards compatibilityAymeric Augustin
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz
2012-08-25Fixed #16715 -- Fixed join promotion logic for nested nullable FKsAnssi Kääriäinen
2012-08-25Added a GeoDjango test with a raw query (Refs #17448)Claude Paroz
2012-08-24Cleaned up the implementation of in_bulkAlex Gaynor
2012-08-23Fixed #18843 -- Replaced more special chars in column names (inspectdb)Claude Paroz
2012-08-23Fixed #12460 -- Improved inspectdb handling of special field namesClaude Paroz
2012-08-23Fixed #18678 -- HttpResponse init arguments allowed for subclassesClaude Paroz
2012-08-23Reordered importsAymeric Augustin
2012-08-23[py3] Removed duplicate imports.Aymeric Augustin
2012-08-22Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-typeClaude Paroz
2012-08-22Used the decorator syntax for properties in django.httpClaude Paroz
2012-08-22Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2"Simon Meers
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-08-21Fixed #17886 -- Fixed join promotion in ORed nullable queriesAnssi Kääriäinen
2012-08-21Merge walk and find_files in makemessages commandClaude Paroz
2012-08-21Removed obsolete __members__ definitionsClaude Paroz
2012-08-21Reverted type check added in 62954ba04c.Aymeric Augustin
2012-08-20[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.Aymeric Augustin