summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2018-09-18[1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.Mariusz Felisiak
2018-05-31[1.11.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-27[1.11.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-27[1.11.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
2018-04-04[1.11.x] Fixed reference to nonexistent __between lookup.Daniel Roseman
2018-02-19[1.11.x] Corrected doc'd type of some parameters from string to str.Tim Graham
2018-01-31[1.11.x] Fixed location of spatialite_source label.Rodrigo
2018-01-19[1.11.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.va...Mariusz Felisiak
2018-01-11[1.11.x] Fixed #29002 -- Corrected cached template loader docs about when it'...Tim Graham
2017-11-12[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for un...Mariusz Felisiak
2017-10-20[1.11.x] Fixed #28729 -- Replaced a numbered list with unordered list in Temp...Tim Graham
2017-10-17[1.11.x] Fixed typo in docs/ref/models/querysets.txt.Jozef
2017-09-29[1.11.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-06[1.11.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() an...Tim Graham
2017-09-04[1.11.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.Michael
2017-09-02[1.11.x] Fixed #17985 -- Documented ModelAdmin.lookup_allowed().Simon Meers
2017-09-02[1.11.x] Fixed #28525 -- Documented GDAL and GeoIP exceptions.Nick Pope
2017-09-01[1.11.x] Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argum...Tim Graham
2017-09-01[1.11.x] Reordered GeoIP docs be consistent with GDAL/GEOS ordering.Nick Pope
2017-09-01[1.11.x] Made GeoIP docs headers consistent with other GIS docs.Nick Pope
2017-08-30[1.11.x] Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when...jkrzy
2017-08-30[1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-26[1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz
2017-08-14[1.11.x] Clarified Concat example in docs.Mathieu Hinderyckx
2017-08-11[1.11.x] Made the @cached_property example more consistent.Bryan Helmig
2017-08-08[1.11.x] Fixed #28471 -- Clarified that Meta.indexes is preferred to index_to...Tim Graham
2017-08-07[1.11.x] Fixed #28466 -- Clarified the definition of a lazy relationship.Tim Graham
2017-07-27[1.11.x] Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValid...Tim Graham
2017-07-25[1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.Tim Graham
2017-07-24[1.11.x] Fixed #28420 -- Doc'd 'is' comparison restriction for User.is_authen...Tobias Schulmann
2017-07-18[1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.Tomer Chachamu
2017-07-17[1.11.x] Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.jmk
2017-07-15[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), an...Florian Apolloner
2017-07-11[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs...Irindu Indeera
2017-06-28[1.11.x] Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based ...Mike Vasiliou
2017-06-27[1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt.Laura
2017-06-26[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.Sergey Fedoseev
2017-06-20[1.11.x] Fixed typo in docs/ref/request-response.txt.aruseni
2017-06-19[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting A...François Freitag
2017-06-13[1.11.x] Fixed #27434 -- Doc'd how to raise a model validation error for a fi...Matthias Kestenholz
2017-06-09[1.11.x] Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2017-06-09[1.11.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-06-08[1.11.x] Refs #25240 -- Added ExtractWeek examples.Mads Jensen
2017-06-07[1.11.x] Corrected FileExtensionValidator doc regarding the value being valid...Tim Graham
2017-06-06[1.11.x] Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.Tim Graham
2017-06-05[1.11.x] Fixed #28102 -- Doc'd how to compute path to built-in widget templat...Windson yang
2017-06-05[1.11.x] Fixed typo in docs/ref/forms/fields.txt.Tim Graham
2017-06-03[1.11.x] Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz
2017-06-03[1.11.x] Fixed #28190 -- Clarifed how include/extends treat template names.Anupam
2017-06-02[1.11.x] Fixed #26028 -- Added overriding templates howto.Philip James