summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-10-02[1.7.x] Fixed link to the MySQL Connector/Python Django Backend documentation.Nick Williams
2015-09-05[1.7.x] Added default value for default kwargs for QueryDict.David Sanders
2015-08-11[1.7.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-04[1.7.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2015-07-27[1.7.x] Fixed typo in docs/ref/middleware.txtjorgecarleitao
2015-07-20[1.7.x] Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-06-09[1.7.x] Fixed import in docs/ref/contrib/syndication.txtargaen
2015-05-20[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
2015-05-18[1.7.x] Fixed typos in docs/ref/request-response.txtI am Clinton
2015-05-06[1.7.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert
2015-04-25[1.7.x] Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham
2015-04-22[1.7.x] Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames
2015-04-20[1.7.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
2015-04-17[1.7.x] Fixed #24657 -- Fixed include template tag example.Tim Graham
2015-04-16[1.7.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi
2015-04-14[1.7.x] Fixed typos in docs/ref/templates/api.txtTim Graham
2015-04-14[1.7.x] Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
2015-04-08[1.7.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
2015-03-31[1.7.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
2015-03-29[1.7.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ...Christopher Luc
2015-03-20[1.7.x] Fixed #24503 -- Corrected docs on how LANGUAGE_CODE works as a fallback.Tim Graham
2015-03-16[1.7.x] Documented Context.get() method.Preston Timmons
2015-03-14[1.7.x] Removed a broken link in the docs.Tim Graham
2015-03-14[1.7.x] Fixed doc typos.Floris den Hengst
2015-03-13[1.7.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
2015-03-13[1.7.x] Documented gdal DataSource encoding parameterClaude Paroz
2015-03-12[1.7.x] Fixed typo in docs/ref/models/fields.txtSteven Das
2015-03-12[1.7.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be us...Aksel Ethem
2015-03-10[1.7.x] Fixed typo in docs/ref/database.txtCalvin Jeong
2015-03-09[1.7.x] Fixed #24432 -- Added docs for ManyToManyFields that reside in and re...Floris den Hengst
2015-03-05[1.7.x] Improved get_media_prefix template tag example.Aymeric Augustin
2015-03-02[1.7.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ...Andrew Pinkham
2015-02-24[1.7.x] Added a missing backtick in form wizard docs.Ian Lee
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-16[1.7.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16[1.7.x] Removed a note about old versions of MySQLdb.Tim Graham
2015-02-14[1.7.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a pointClaude Paroz
2015-02-08[1.7.x] Fixed spelling mistakes in docs.Tim Graham
2015-02-04[1.7.x] Fixed typos of "select_related" in docs.Josh Schneier
2015-02-03[1.7.x] Fixed typos in docs/ref/forms/validation.txt.minusf
2015-02-03[1.7.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
2015-02-03[1.7.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
2015-01-24[1.7.x] Fixed #24190 -- Clarified len(queryset)Collin Anderson
2015-01-20[1.7.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
2015-01-18[1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
2015-01-18[1.7.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.Tim Graham
2015-01-17[1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #2...Tim Graham
2015-01-17[1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.Tim Graham
2015-01-16[1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-15[1.7.x] Direct readers to format_html() in mark_safe() docs.Luke Plant