summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-12-28Fixed doc indentation in previous commit.Tim Graham
2013-12-28Fixed #20346 -- Made cache middleware vary on the full URL.ijl
2013-12-28Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-28Updated the AppCommand API to support apps without a models module.Aymeric Augustin
2013-12-27Fixed #21650 -- Corrected bad advice for plural translation.Tim Graham
2013-12-26Fixed #21582 -- Corrected URL namespace example.Tim Graham
2013-12-26Fixed #21629 -- Added instructions for loading MySQL time zone definitions.Tim Graham
2013-12-26Made the AppConfig API marginally more consistent.Aymeric Augustin
2013-12-26Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-26Added 1.6.2 release note for 542198c1dClaude Paroz
2013-12-25Swapped app registry and app config API docs.Aymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-12-25Added versionadded annotations for redirect middleware attributes.Tim Graham
2013-12-25Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
2013-12-25Fixed #21669 -- Typo in docs/ref/forms/fields.txt.Tim Graham
2013-12-24Copy-edited previous commit.Aymeric Augustin
2013-12-24Added release notes for app loading changes.Aymeric Augustin
2013-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-24Documented the Apps and AppConfig APIs.Aymeric Augustin
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-18Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-18Fixed #21613 -- Removed a hardcoded input id from the tutorial.Tim Graham
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-12-18Fixed #11629 -- Deprecated callable arguments to queryset methods.Baptiste Mispelon
2013-12-18Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-18Fixed #21552 -- Allowed the use of None for the iexact lookup.Denis Moskalets
2013-12-18Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suiteTianyi Wang
2013-12-17Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-16Fixed #17413 -- Serialization of form errors along with all metadata.Loic Bistuer
2013-12-15Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-12-15Merge pull request #2079 from brutasse/masterAlex Gaynor
2013-12-15Fixed #21621 -- Removed kqueue autoreloader.Aymeric Augustin
2013-12-15Fix docs typoAndrew Godwin
2013-12-15Typo in 1.7 release notesBruno Renié
2013-12-15Added internal link to i18n documentation.Baptiste Mispelon
2013-12-14Fixed #21539 -- Added example of modelformset_factory's form argumentAlasdair Nicol
2013-12-14Clarifed table rewrites in migration docs.Marti Raudsepp
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-14Fixed #21614 -- improved docs on configuring email for development.Chris Jerdonek
2013-12-14Removed usage of to-be-deprecated ADMIN_FOR setting in contributing docsBouke Haarsma
2013-12-14Fixed link text for "Testing in Django" in tutorial 5.Chris Jerdonek
2013-12-13Fixed #21580 -- Clarified why render() does not return a TemplateResponse obj...johannes-gehrs
2013-12-13Added 1.6.2 release notes stub.Tim Graham
2013-12-13Merge pull request #2067 from dominicrodger/masterTim Graham
2013-12-13Changed documentation of HttpResponse.content to indicate it's a bytestringBaptiste Mispelon