summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-05-20Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
2015-05-18Fixed typos in docs/ref/request-response.txtI am Clinton
2015-05-17Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-16Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak
2015-05-13Fixed broken link in settings docsPiotr Jakimiak
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
2015-05-11Fixed #24553 -- Added the list of available applications to AdminSite.each_co...Riccardo Magliocchetti
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-07Fixed typo in docs/ref/models/expressions.txtIan Foote
2015-05-06Fixed #24520 -- Documented Widget.supports_microsecondswdmgsm
2015-05-06Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert
2015-05-05Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-29Fixed #24665 -- Clarified model field flag defaults.Tim Graham
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau
2015-04-27Removed initial data from flush docs since it's removed; refs #24711.Tim Graham
2015-04-25Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham
2015-04-25Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.Tim Graham
2015-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2015-04-24Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov
2015-04-24Fixed #22598 -- Allowed make_aware() to work with ambiguous datetimeJosh Smeaton
2015-04-24Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
2015-04-24Fixed #24695 -- Tidied up a couple of regexes in the CBV docsAlasdair Nicol
2015-04-24Documented INSTALLED_APPS requirement for HStoreField.Tim Graham
2015-04-22Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames
2015-04-22Added docs for new template loader api.Preston Timmons
2015-04-22Documented GeoQuerySet replacement by functionsClaude Paroz
2015-04-21Fixed #24672 -- Clarified note about installing postgis_topologyClaude Paroz
2015-04-21Fixed #24682 -- Corrected a few generic editing view linksSteve Hiemstra
2015-04-20Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-04-20Fixed #22394 -- Refactored built-in datetime lookups to transforms.Jon Dufresne
2015-04-20Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
2015-04-20Amended get_all_related_objects() backwards compatible replacement.Neal Todd
2015-04-18Removed DateTimeQuerySet from docs.Tim Graham
2015-04-18Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz
2015-04-17Fixed #24657 -- Fixed include template tag example.Tim Graham
2015-04-16Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi
2015-04-16Fixed #24645 -- Documented use of HStoreExtension.Tim Graham
2015-04-14Fixed #24603 -- Allowed Context.update() to be used as a context manager.Tommy Beadle
2015-04-14Fixed typos in docs/ref/templates/api.txtTim Graham
2015-04-14Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford
2015-04-14Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
2015-04-13Update to indicate GDAL 1.11 is supported.Justin Bronn
2015-04-13Update PROJ.4 source instructions to use 4.9.1.Justin Bronn
2015-04-13Update link to use GEOS 3.4.2 in source installation docs.Justin Bronn
2015-04-09Fixed typo in docs/ref/contrib/admin/index.txtandredelorme
2015-04-09Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham