summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-03-08[1.8.x] Fixed #21661 -- Expanded authentication views documentationRik
2015-03-05[1.8.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-03-02[1.8.x] Fixed #13015 -- Clarified language about model instances attached to ...Tim Graham
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-17[1.8.x] Added an import to docs/topics/testing/advanced.txt example.Tim Graham
2015-02-16[1.8.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16[1.8.x] Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-15[1.8.x] Documented how to set up the Jinja2 environment.Aymeric Augustin
2015-02-13[1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-12[1.8.x] Clarified timeout=0 in cache docs.Thomas Güttler
2015-02-06[1.8.x] Removed inaccurate sentence about PO files in translation docs.minusf
2015-02-03[1.8.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-02-03[1.8.x] Added a "Writing migrations" how-to.Tim Graham
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-02-02[1.8.x] Fixed #24255 -- Specifed 'fields' parameter in modelformset_factory /...Matt Westcott
2015-02-01[1.8.x] Simplified a versionchanged notes for LiveServerTestCase.Tim Graham
2015-01-30[1.8.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov
2015-01-16[1.8.x] Fixed a typo in the test responses docs.Rick Hutcheson
2015-01-16Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-06Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
2015-01-05Fixed #23861 -- Added an API to deprecate model fields.Tim Graham
2015-01-03Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
2015-01-02Updated six to 1.9.0.Tim Graham
2015-01-02Added return value to Signal.disconnect().Andriy Sokolovskiy
2015-01-01Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
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 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-27Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-24Fixed #24041 -- Documented effect of changing a model instance's primary key.Helen Sherwood-Taylor
2014-12-24Fixed #22461 -- Added if-unmodified-since support to the condition decorator.Thomas Tanner
2014-12-23Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIXFrankie Robertson
2014-12-22Fixed #23959 -- Clarified when checks automatically run.Alexander Schulze
2014-12-20Correct scoping of savepoint exampleDavid Cramer
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann