summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-11-03[1.8.x] Updated admindocs instructions for the deprecation of patterns().Tim Graham
2015-11-03[1.8.x] Fixed #25132 -- Documented how to retrieve a single value using value...Alex Morozov
2015-10-31[1.8.x] Refs #25636 -- Updated instructions for libspatialite source installa...Sergey Fedoseev
2015-10-30[1.8.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not suppo...Tim Graham
2015-10-30[1.8.x] Fixed #21422 -- Documented that prefetch_related() results must be ho...Tim Graham
2015-10-30[1.8.x] Fixed #25641 -- Removed section about adding Google projection to spa...Sergey Fedoseev
2015-10-29[1.8.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't cr...Tim Graham
2015-10-29[1.8.x] Fixed required SpatiaLite version in docs.Sergey Fedoseev
2015-10-28[1.8.x] Fixed #21516 -- Updated imports paths for some formset functions/clas...Bryan Marty
2015-10-24[1.8.x] Fixed #25434 -- Documented HttpRequest.site and created a section for...Tim Graham
2015-10-24[1.8.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for ...Sergey Fedoseev
2015-10-23[1.8.x] Fixed #25397 -- Documented class-based view context variable clash wi...Jacek Bzdak
2015-10-23[1.8.x] Clarified that the test client response content attribute is bytes.薛丞宏
2015-10-21[1.8.x] Fixed #21894 -- Corrected a form.clean() example in case a superclass...Tim Graham
2015-10-21[1.8.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for template...Jacek Bzdak
2015-10-13[1.8.x] Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
2015-10-12Added precision about GeoJSON field outputsClaude Paroz
2015-10-03[1.8.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
2015-10-02[1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.Nick Williams
2015-09-29[1.8.x] Fixed #25485 -- Improved deprecation docs for contenttypes reorganiza...Tim Graham
2015-09-28[1.8.x] Fixed #24323 -- Documented @admin.register can't be used with super(X...Tim Graham
2015-09-25[1.8.x] Corrected use of 'affect' vs 'effect' in docs.Rob Hudson
2015-09-24[1.8.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham
2015-09-23[1.8.x] Fixed #25386 -- Warned about differences between Engine and DjangoTem...Tim Graham
2015-09-22[1.8.x] Recommended against default_app_config.Aymeric Augustin
2015-09-19[1.8.x] Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella
2015-09-18[1.8.x] Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-16[1.8.x] Removed unnecessarily rude terminology.Stephen Paulger
2015-09-14[1.8.x] Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-09-12[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template ba...Tim Graham
2015-09-11[1.8.x] Refs #25381 -- Clarified that AppConfig model methods search only the...Tim Graham
2015-09-11[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-09-11[1.8.x] Fixed #25351 -- Added example for database test settings to docs.Jose Carlos Menezes
2015-09-11[1.8.x] Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
2015-09-09[1.8.x] Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-09-05[1.8.x] Added default value for default kwargs for QueryDict.David Sanders
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-03[1.8.x] Moved misplaced versionadded annotation.Tim Graham
2015-08-27[1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
2015-08-25[1.8.x] Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-25[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not p...Tim Graham
2015-08-19[1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based views"...Anton Strogonoff
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-14[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
2015-08-13[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors t...Adam Brenecki
2015-08-12[1.8.x] Corrected indentation of JsonResponse docs.Tim Graham
2015-08-11[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham