summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2014-11-21[1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.c...Alasdair Nicol
2014-11-20[1.7.x] Added missing backticks to form validation docsAlasdair Nicol
2014-11-20[1.7.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-19[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...Carl Meyer
2014-11-16[1.7.x] Fixes a race condition in the documentation.Peter Sagerson
2014-11-15[1.7.x] Fixed #23808 -- Documented that migrations table is created when usin...Andreas Madsack
2014-11-15[1.7.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FO...Berker Peksag
2014-11-13[1.7.x] Added missing docs for 1_7.W001 check.Tim Graham
2014-11-13[1.7.x] Updated Fink doc section to be version-agnosticClaude Paroz
2014-11-12[1.7.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-11-05[1.7.x] Removed confusing paragraph from the docs.Loic Bistuer
2014-11-04[1.7.x] Fixed links to mysqlclient in database notes.Tim Graham
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03[1.7.x] Confirmed Spatialite 4 supportClaude Paroz
2014-10-31[1.7.x] Fixed #23732 -- Corrected and enhanced select_related() docs.Tim Graham
2014-10-30[1.7.x] Fixed #23736 -- Corrected the description of the value that silent_va...Tim Graham
2014-10-30[1.7.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-10-30[1.7.x] Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30[1.7.x] Removed extra period.Aymeric Augustin
2014-10-30[1.7.x] Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-10-30[1.7.x] Fixed #23575 -- Added a code example for custom AdminSite.Berker Peksag
2014-10-30[1.7.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-29[1.7.x] Added cross reference in admin docs to topic about saving objects in ...P.A. SCHEMBRI
2014-10-27[1.7.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-27[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-24[1.7.x] Fixed typo in docs/ref/request-response.txtJames Doherty
2014-10-19[1.7.x] Fixed a typo in urlencode documentation.wrwrwr
2014-10-18[1.7.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...Jon Dufresne
2014-10-16[1.7.x] Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
2014-10-17[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is...Rigel Di Scala
2014-10-16[1.7.x] Fixed #12008 -- Clarified relationship between template blocks and in...mcgeeco