summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2018-07-06[2.0.x] Corrected cached_property() signature in docs.Sergey Fedoseev
2018-07-05[2.0.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over...Mads Jensen
2018-05-31[2.0.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-27[2.0.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-27[2.0.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
2018-05-12[2.0.x] Alphabetized imports in various docs.Mariusz Felisiak
2018-05-07[2.0.x] Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-05-02[2.0.x] Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes sto...Kelly Hogan
2018-05-02[2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-04-19[2.0.x] Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-04-17[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-04[2.0.x] Fixed #29278 -- Doc'd that a context manager can't be used with FileR...Windson yang
2018-04-04[2.0.x] Fixed reference to nonexistent __between lookup.Daniel Roseman
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