summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev2015-01-122-8/+53
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-5/+62
* Removed supports_binary_field flag as all backends support themClaude Paroz2015-01-112-4/+0
* Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska2015-01-112-1/+10
* Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...Markus Holtermann2015-01-111-1/+1
* Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann2015-01-101-15/+26
* Fixed #24114 -- Improved error message in GEOSGeometry constructorClaude Paroz2015-01-101-1/+3
* Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette2015-01-108-33/+217
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-105-1/+241
* Move % addition to lookups, refactor postgres lookups.Marc Tamlyn2015-01-105-108/+108
* Fixed #23967 -- Added formats for GreekSerafeim Papastefanos2015-01-101-11/+25
* Introspected alternate SQLite FK definitionsClaude Paroz2015-01-101-1/+8
* Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz2015-01-103-6/+32
* Removed an undocumented contenttypes synchronization method.Simon Charette2015-01-091-9/+0
* Fixed a typo in contrib/auth/tests/custom_user.py docstring.Tim Graham2015-01-091-1/+1
* Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer2015-01-103-21/+29
* Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann2015-01-091-5/+10
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-0829-1393/+935
* Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz2015-01-081-0/+3
* Removed unneeded smart_text callsClaude Paroz2015-01-081-5/+3
* Simplified verbose_name_raw propertyClaude Paroz2015-01-081-6/+3
* Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...Markus Holtermann2015-01-071-25/+39
* Fixed null handling in Value expressionJosh Smeaton2015-01-071-0/+5
* Refs #23822 -- Made MigrationOptimizer aware of model managersMarkus Holtermann2015-01-071-0/+5
* Restored support for multiple template names in render(_to_response).Aymeric Augustin2015-01-071-2/+3
* Added a request argument to render_to_string.Aymeric Augustin2015-01-071-2/+7
* Exposed Engine in the django.template namespace.Aymeric Augustin2015-01-072-4/+7
* Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz2015-01-071-9/+8
* Refs #22608 -- Optimized migration optimizerMarkus Holtermann2015-01-071-73/+75
* Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...Ulrich Petri2015-01-075-91/+180
* Refs #2443 -- Allowed creation of objects with NULL DurationFieldsMichał Modzelewski2015-01-071-0/+2
* Fixed #24078 -- Removed empty strings from GenericIPAddressFieldJosh Smeaton2015-01-071-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-0634-495/+894
* Made context take priority over context processors.Aymeric Augustin2015-01-061-1/+7
* Added comments to remove Engine.render_to_string in Django 2.0.Aymeric Augustin2015-01-062-9/+9
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-6/+25
* Fixed gettext version regexClaude Paroz2015-01-061-1/+1
* Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz2015-01-061-1/+5
* Fixed #24022 -- Deprecated the ssi tag.Preston Timmons2015-01-051-0/+5
* Closed files in FileResponse; refs #24072Collin Anderson2015-01-051-0/+2
* Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann2015-01-051-2/+3
* Fixed #23861 -- Added an API to deprecate model fields.Tim Graham2015-01-051-13/+39
* Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz2015-01-051-5/+5
* Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson2015-01-054-6/+28
* Renamed flag for detecting managers built from QuerySets with as_manager().Markus Holtermann2015-01-052-2/+2
* Removed extraneous super call in LiveServerTestCaseClaude Paroz2015-01-031-2/+0
* Updated six to 1.9.0.Tim Graham2015-01-021-25/+83
* Fixed #24064 -- Prevented database access at compile time in spatialite models.Andriy Sokolovskiy2015-01-021-6/+17
* Added return value to Signal.disconnect().Andriy Sokolovskiy2015-01-021-0/+3
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-0219-56/+57