summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2018-01-31[2.0.x] Disambiguated "settings" in SpatiaLite note.Rodrigo
2018-01-31[2.0.x] Doc'd specifying the ENGINE setting as part of configuring contrib.gis.Rodrigo
2018-01-31[2.0.x] Fixed location of spatialite_source label.Rodrigo
2018-01-29[2.0.x] Fixed #29081 -- Clarified comments in QuerySet.select_related() example.Tim Graham
2018-01-27[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
2018-01-27[2.0.x] Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.Tim Graham
2018-01-24[2.0.x] Fixed #28784 -- Clarified how migrate --fake works.Senthil
2018-01-24[2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.Ashaba
2018-01-23[2.0.x] Fixed "template tag" spelling in docs.Tim Graham
2018-01-20[2.0.x] Refs #25604 -- Removed docs for makemigrations --exit.Chris Jerdonek
2018-01-19[2.0.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.val...Mariusz Felisiak
2018-01-12[2.0.x] Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.Botond Béres
2018-01-11[2.0.x] Fixed #29002 -- Corrected cached template loader docs about when it's...Tim Graham
2018-01-07[2.0.x] Updated various links in docs to use HTTPS.Mariusz Felisiak
2018-01-04[2.0.x] Confirmed support for PostGIS 2.4.Tim Graham
2017-12-21[2.0.x] Updated documented mysqlclient requirement to 1.3.7.Berker Peksag
2017-12-20[2.0.x] Refs #25181 -- Updated timezone.now() docs about obtaining the time i...Sergey Fedoseev
2017-12-07[2.0.x] Fixed #28891 -- Documented Origin's loader attribute.M Somerville
2017-12-07[2.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Sam Collins
2017-12-07[2.0.x] Fixed import in docs/ref/models/conditional-expressions.txt example.Mohammad Esmaeilbeygi
2017-12-05[2.0.x] Fixed typo in docs/ref/models/expressions.txt.Igor Starikov
2017-11-21[2.0.x] Clarified who the AdminEmailHandler emails.Frédéric Massart
2017-11-17[2.0.x] Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressi...Benjamin Bach
2017-11-14[2.0.x] Fixed #28786 -- Doc'd middleware ordering considerations due to Commo...Tim Graham
2017-11-12[2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for uni...Mariusz Felisiak
2017-11-09[2.0.x] Fixed #28777 -- Clarified the docs for admin.register's args.Tim Graham
2017-11-07[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string...Tim Graham
2017-11-07[2.0.x] Fixed #28663 -- Add a check for likely incorrectly migrated django.ur...Chris Lamb
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-11-06[2.0.x] Fixed #28765 -- Clarified docs about what types the __in lookup accepts.Tim Graham
2017-11-04[2.0.x] Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd c...Sergey Fedoseev
2017-11-01[2.0.x] Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extr...Tim Graham
2017-11-01[2.0.x] Refs #23919 -- Replaced doc references to django.utils.http.urlquote(...Tim Graham
2017-11-01[2.0.x] Fixed #28741 -- Removed unnecessary leading dot from cross-domain coo...Tim Graham
2017-10-30[2.0.x] Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
2017-10-30[2.0.x] Removed docs for obsolete compatibility checks.Adam Johnson
2017-10-28[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .....Ran Benita
2017-10-28[2.0.x] Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works ...Botond Beres
2017-10-28[2.0.x] Refs #21927 -- Removed docs for include()'s old instance_namespace pa...Samir Shah
2017-10-25[2.0.x] Fixed typo in docs/ref/models/querysets.txt.Botond Beres
2017-10-25[2.0.x] Fixed #28395 -- Doc'd that QuerySet.first() can affect aggregation qu...Botond Beres
2017-10-20[2.0.x] Fixed #28613 -- Doc'd the return value for GenericForeignKey when the...Tim Graham
2017-10-20[2.0.x] Fixed #28729 -- Replaced a numbered list with unordered list in Templ...Tim Graham
2017-10-18[2.0.x] Refs #19295 -- Doc'd that ManifestStaticFilesStorage doesn't work wit...Collin Stedman
2017-10-17[2.0.x] Fixed typo in docs/ref/models/querysets.txt.Jozef
2017-10-17[2.0.x] Made SearchQuery examples less sterotyped.Simon Willison
2017-10-13[2.0.x] Refs #28643 -- Reorganized database functions docs.Mariusz Felisiak
2017-10-09[2.0.x] Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.Mads Jensen
2017-10-09[2.0.x] Refs #23919 -- Corrected django.utils.http.urlencode()'s documented s...François Freitag
2017-09-29[2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider