summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Added return value to Signal.disconnect().Andriy Sokolovskiy2015-01-021-3/+8
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-0/+13
* Removed release note for refs #23891 as the backport proved too difficult.Tim Graham2015-01-011-5/+0
* Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham2015-01-013-1/+9
* Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham2015-01-011-3/+3
* Added showmigrations to spelling wordlist.Tim Graham2015-01-011-0/+1
* Fixed typo in docs/ref/contrib/admin/index.txt.Tim Graham2015-01-011-1/+1
* Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham2014-12-311-0/+3
* Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner2014-12-312-0/+35
* Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov2014-12-311-0/+3
* Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann2014-12-313-8/+41
* Fixed #22340 -- Removed DatabaseCreation deprecation from timeline.Tim Graham2014-12-311-3/+0
* Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek2014-12-311-0/+3
* Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham2014-12-311-0/+10
* Added ignore_warnings decoratorClaude Paroz2014-12-301-13/+16
* Revert "Updated some docs for the delayed deprecation of legacy table creatio...Tim Graham2014-12-302-7/+6
* Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy2014-12-302-0/+12
* Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham2014-12-301-0/+2
* Removed release note for refs #23938 as it couldn't be backported to 1.7.Tim Graham2014-12-291-3/+0
* Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann2014-12-291-3/+6
* Fixed #21255 -- Closed connections after management command ranClaude Paroz2014-12-291-0/+3
* Fixed a vesionadded directive.Florian Apolloner2014-12-291-1/+1
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-2811-66/+87
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-289-35/+68
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-2811-43/+76
* Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin2014-12-286-23/+28
* Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin2014-12-285-10/+19
* Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin2014-12-286-11/+55
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-284-15/+42
* Moved context_processors from django.core to django.template.Aymeric Augustin2014-12-288-32/+40
* Supported multiple template engines in render_to_string.Aymeric Augustin2014-12-283-4/+32
* Removed private API get_template_from_string.Aymeric Augustin2014-12-281-2/+3
* Removed private API find_template.Aymeric Augustin2014-12-281-1/+2
* Added initial support for loading template engines.Aymeric Augustin2014-12-281-0/+87
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-2/+8
* Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham2014-12-271-1/+2
* Fixed #24057 -- Fixed typo in docs/howto/custom-lookups.txt.Christopher Grebs2014-12-271-1/+1
* Added release notes for the last two commits.Aymeric Augustin2014-12-271-0/+6
* Fixed #24000 -- Corrected contrib.sites default site creation in a multiple d...Tim Graham2014-12-271-0/+3
* Forward-ported release note for 322560489Claude Paroz2014-12-271-0/+2
* Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDBClaude Paroz2014-12-271-0/+3
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-276-3/+167
* Clarified custom header instructions in tutorial 2.Collin Anderson2014-12-261-1/+3
* Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham2014-12-261-0/+3
* Removed obsolete item from deprecation timeline.Tim Graham2014-12-261-4/+0
* Documented AdminSite.has_permission(); refs #22295.Tim Graham2014-12-261-0/+11
* Fixed typo in docs/intro/tutorial01.txt.Brian Scoles2014-12-251-1/+1
* Fixed #24049 -- Removed obsolete Java notes for Mac OS.Tim Graham2014-12-241-8/+2
* Fixed #24041 -- Documented effect of changing a model instance's primary key.Helen Sherwood-Taylor2014-12-242-2/+24
* Fixed #10414 -- Made select_related() fail on invalid field names.Niclas Olofsson2014-12-241-0/+18