summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2015-01-13[1.7.x] Fixed bad model example in admin docs.Collin Anderson
2015-01-03[1.7.x] Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
2014-12-24[1.7.x] Fixed #24041 -- Documented effect of changing a model instance's prim...Helen Sherwood-Taylor
2014-12-23[1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_...Frankie Robertson
2014-12-19[1.7.x] Moved version directives to the bottom of the loaddata section.Berker Peksag
2014-12-18[1.7.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
2014-12-17[1.7.x] Fixed display of lists after website redesignMarkus Holtermann
2014-12-09[1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.Tim Graham
2014-12-08[1.7.x] Fixed #23974 -- Clarified wording of FileField.save/delete save param...Tim Graham
2014-12-08[1.7.x] Refs #23964 -- Added warning about case-insensitive, unique fields us...Jon Dufresne
2014-12-06[1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-12-06[1.7.x] Fixed typo in docs/ref/applications.txt.Peter Inglesby
2014-12-06[1.7.x] Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz
2014-12-05[1.7.x] Corrected example in Form.has_changed() docs.Tim Graham
2014-12-03[1.7.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
2014-11-29[1.7.x] Removed instructions to create a PostgreSQL cluster in GIS docsClaude Paroz
2014-11-27[1.7.x] Added notes on registering signals in ready() and using dispatch_uid.wrwrwr
2014-11-26[1.7.x] Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
2014-11-25[1.7.x] Added warning about get_inline_instances() permission checking; refs ...Simon Charette
2014-11-25[1.7.x] Fixed typo in docs/ref/django-admin.txtRichard Olsson
2014-11-22[1.7.x] Updated an old note about GEOSGeometry.transformClaude Paroz