summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-07Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...Markus Holtermann
2015-01-07Avoided a deprecated alias on Python 3 in file_uploads test.Tim Graham
2015-01-07Fixed null handling in Value expressionJosh Smeaton
2015-01-07Refs #23822 -- Made MigrationOptimizer aware of model managersMarkus Holtermann
2015-01-07Restored support for multiple template names in render(_to_response).Aymeric Augustin
2015-01-07Added a request argument to render_to_string.Aymeric Augustin
2015-01-07Exposed Engine in the django.template namespace.Aymeric Augustin
2015-01-07Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz
2015-01-07Updated migration docs to match changes from a159b1facClaude Paroz
2015-01-07Refs #22608 -- Optimized migration optimizerMarkus Holtermann
2015-01-07Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...Ulrich Petri
2015-01-07Refs #2443 -- Allowed creation of objects with NULL DurationFieldsMichaƂ Modzelewski
2015-01-07Fixed #24078 -- Removed empty strings from GenericIPAddressFieldJosh Smeaton
2015-01-06Added 'loopback' to spelling word list.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-06Removed warning handling that should have been removed in refs #23891.Tim Graham
2015-01-06Made context take priority over context processors.Aymeric Augustin
2015-01-06Added comments to remove Engine.render_to_string in Django 2.0.Aymeric Augustin
2015-01-06Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen
2015-01-06Updated release instructions with latest process.Tim Graham
2015-01-06Fixed gettext version regexClaude Paroz
2015-01-06Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
2015-01-06Used None-related assertions in CSRF testsClaude Paroz
2015-01-06Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2015-01-05Closed files in FileResponse; refs #24072Collin Anderson
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2015-01-05Fixed test failures introduced in refs #23861.Tim Graham
2015-01-05Added 1.4.18 release notes.Tim Graham
2015-01-05Fixed #23861 -- Added an API to deprecate model fields.Tim Graham
2015-01-05Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz
2015-01-05Forwardported release note for 4aed731154b12e2948ee2b6a8baa5083840a343b.Tim Graham
2015-01-05Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson
2015-01-05Renamed flag for detecting managers built from QuerySets with as_manager().Markus Holtermann
2015-01-03Added release note for PBKDF2 iteration count increase.Tim Graham
2015-01-03Added 1.7.3 release notes stub.Tim Graham
2015-01-03Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
2015-01-03Fixed #24070 -- Added tutorial topics to doc index.Bibhas
2015-01-03Removed formtools entries from MANIFEST.in.Berker Peksag
2015-01-03Removed extraneous super call in LiveServerTestCaseClaude Paroz
2015-01-02Added dates to release notes.Tim Graham
2015-01-02Updated six to 1.9.0.Tim Graham
2015-01-02Fixed #24064 -- Prevented database access at compile time in spatialite models.Andriy Sokolovskiy
2015-01-02Added return value to Signal.disconnect().Andriy Sokolovskiy
2015-01-02Renamed an assertion in the dispatch tests.Tim Graham
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2015-01-02Passed around the state between migrationsClaude Paroz
2015-01-02Show migration elapsed time when verbosity>1Claude Paroz
2015-01-02Added ignore_swappable to StateAppsMarkus Holtermann