summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-01-02Replaced migration state render() by apps cached propertyClaude Paroz
2015-01-02Fixed #24069 -- Made ServerHandler a new style class to fix super() call.Andreas Pelme
2015-01-01Silenced an ImportWarning in the template_backends tests.Tim Graham
2015-01-01Removed release note for refs #23891 as the backport proved too difficult.Tim Graham
2015-01-01Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.Tim Graham
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2015-01-01Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2015-01-01Added showmigrations to spelling wordlist.Tim Graham
2015-01-01Fixed typo in docs/ref/contrib/admin/index.txt.Tim Graham
2014-12-31Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-31Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-12-31Refs #18586 -- Split up tests.defer.DeferTests.test_deferWill Earp
2014-12-31Renamed tests for util -> utils moves; refs #17627.Tim Graham
2014-12-31Fixed a queries test on Python 2 broken after importing six.moves.range().Tim Graham
2014-12-31Fixed #22340 -- Removed DatabaseCreation deprecation from timeline.Tim Graham
2014-12-31Fixed test from refs #23758.Tim Graham
2014-12-31Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-31Copied BaseDatabaseCreation._digest() to SchemaEditor to remove dependency.Tim Graham
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham