summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2014-12-29Fixed #21255 -- Closed connections after management command ranClaude Paroz
2014-12-29Fixed a vesionadded directive.Florian Apolloner
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Supported multiple template engines in render_to_string.Aymeric Augustin
2014-12-28Removed private API get_template_from_string.Aymeric Augustin
2014-12-28Removed private API find_template.Aymeric Augustin
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-12-27Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-27Fixed #24057 -- Fixed typo in docs/howto/custom-lookups.txt.Christopher Grebs
2014-12-27Added release notes for the last two commits.Aymeric Augustin
2014-12-27Fixed #24000 -- Corrected contrib.sites default site creation in a multiple d...Tim Graham
2014-12-27Forward-ported release note for 322560489Claude Paroz
2014-12-27Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDBClaude Paroz
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
2014-12-26Clarified custom header instructions in tutorial 2.Collin Anderson
2014-12-26Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham