summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2018-03-26[2.0.x] Added a pagination example to ListView docs.AK
2018-03-22[2.0.x] Fixed #29250 -- Added 'django_version' context to startapp/project docs.Graham Ullrich
2018-03-21Reverted "[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password()."Tim Graham
2018-03-21[2.0.x] Clarified docs about ISO 8601 week numbering.Alasdair Nicol
2018-03-20[2.0.x] Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-03-12[2.0.x] Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa
2018-03-07[2.0.x] Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo
2018-02-22[2.0.x] Added backticks around obj argument in admin docs.Jon Dufresne
2018-02-15[2.0.x] Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() wit...Tim Graham
2018-02-12[2.0.x] Fixed #24270 -- Doc'd that django_bash_completion is only in the sour...Carlton Gibson
2018-02-12[2.0.x] Corrected doc'd type of some parameters from string to str.Tim Graham
2018-02-08[2.0.x] Fixed typo in bulk_create() documentation.Sergey Fedoseev
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