summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-09Fixed #24108 -- Updated Wilson's bio due to new Django Project Web site design.Tim Graham
2015-01-09Fixed a typo in 1.8 release notes.Thomas Chaumeny
2015-01-08Fixed a typo in 1.8 release notes.Sylvain Fankhauser
2015-01-08Fixed a typo in 1.8 release notes.Tim Graham
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2015-01-07Added a request argument to render_to_string.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-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-06Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen
2015-01-06Updated release instructions with latest process.Tim Graham
2015-01-06Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
2015-01-06Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
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-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-02Added dates to release notes.Tim Graham
2015-01-02Updated six to 1.9.0.Tim Graham
2015-01-02Added return value to Signal.disconnect().Andriy Sokolovskiy
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2015-01-01Removed release note for refs #23891 as the backport proved too difficult.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-31Fixed #22340 -- Removed DatabaseCreation deprecation from timeline.Tim Graham
2014-12-31Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-30Added ignore_warnings decoratorClaude Paroz
2014-12-30Revert "Updated some docs for the delayed deprecation of legacy table creatio...Tim Graham
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-30Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-29Removed release note for refs #23938 as it couldn't be backported to 1.7.Tim Graham
2014-12-29Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann