summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2016-10-06Documented AppRegistryNotReady.Aymeric Augustin
2016-10-04Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-03Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-10-01Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz
2016-09-30Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham
2016-09-30Confirmed support for PostGIS 2.3.Tim Graham
2016-09-30Updated links to the current version of PostGIS docs.Tim Graham
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-29Normalized spelling of "Web server/page" in docs.Tim Graham
2016-09-29Fixed import typos in the docs.Frank Wiles
2016-09-28Fixed typo in docs/ref/contrib/gis/install/postgis.txt.Christian Bundy
2016-09-28Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...Rinat Khabibiev
2016-09-27Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().Austin Simmons
2016-09-27Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag
2016-09-26Fixed #27276 -- Doc'd how to reverse admin's login view.Jonatas CD
2016-09-22Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-09-17Corrected docs for return type of Field.formfield().zhuanyenan
2016-09-15Fixed typo in docs/ref/settings.txt.Tim Graham
2016-09-12Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-12Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.Simon Charette
2016-09-10Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne
2016-09-09Normalized spelling of ETag.Tim Graham
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-09-03Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler
2016-09-02Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette
2016-09-01Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens
2016-09-01Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-09-01Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz
2016-08-31Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne
2016-08-31Made settings docs link to cache parameters more specific.Ed Morley
2016-08-30Fixed #27145 -- Updated Storage.save() docs for refs #18899.Tim Graham
2016-08-30Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg
2016-08-26Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon
2016-08-26Fixed incorrect variable name in {% regroup %} docs.Baptiste Mispelon
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
2016-08-24Fixed #26816 -- Corrected an admin check to require inlines to subclass Inlin...Berker Peksag
2016-08-24Fixed #26866 -- Added format_lazy functionMattias Loverot
2016-08-23Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2016-08-19Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera
2016-08-18Refs #25854 -- Completed a RequestContext docs example.Tim Graham
2016-08-18Fixed #27068 -- Unified form field initial data retrieval.Jon Dufresne
2016-08-18Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote