summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2018-07-31[2.1.x] Refs #24733 -- Documented arguments for custom error views.Adam Johnson
2018-07-18[2.1.x] Fixed utils.html.escape()'s docs with regards to string coercion.Claude Paroz
2018-07-18[2.1.x] Added doc links for django.utils.html.escape().Claude Paroz
2018-07-18[2.1.x] Removed duplicate words in docs.Maxime Lorant
2018-07-09[2.1.x] Fixed #29549 -- Doc'd that Field.choices are enforced by model valida...Tim Graham
2018-07-09[2.1.x] Refs #29478 -- Doc'd how to use cached_property with a mangled name.Sergey Fedoseev
2018-07-07[2.1.x] Fixed word choice in ContentFile example.Josh Schneier
2018-07-06[2.1.x] Corrected cached_property() signature in docs.Sergey Fedoseev
2018-07-05[2.1.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over...Mads Jensen
2018-07-04[2.1.x] Fixed typo in docs/ref/templates/builtins.txt.Stephen James
2018-07-03[2.1.x] Doc'd that template variables & attributes may not start with an unde...Greg Kaleka
2018-06-30[2.1.x] Fixed argument name for validators inheriting from BaseValidator.sedrubal
2018-06-29[2.1.x] Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
2018-06-28[2.1.x] Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_...Jeffrey Yancey
2018-06-28[2.1.x] Fixed links for i18n context processor docs.Tim Graham
2018-06-22[2.1.x] Refs #17419 -- Removed IE8 support in json_script example.Tim Graham
2018-06-22[2.1.x] Added description, example, and SQL equivalents for equals and same_a...Sergey Fedoseev
2018-06-21[2.1.x] Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use autocom...Carlton Gibson
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-16[2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
2018-06-15[2.1.x] Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin...Carlton Gibson
2018-06-13[2.1.x] Doc'd how to set SPATIALITE_LIBRARY_PATH for Debian Buster/Ubuntu 18.04.nikolas
2018-06-12[2.1.x] Updated GIS install instructions to use placeholders for GIS library ...Brylie Christopher Oxley
2018-06-10[2.1.x] Prevented unexpected link in settings docsClaude Paroz
2018-06-08[2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
2018-06-04[2.1.x] Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
2018-05-31[2.1.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-27[2.1.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-27[2.1.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
2018-05-26[2.1.x] Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if...Tim Graham
2018-05-25[2.1.x] Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
2018-05-24[2.1.x] Documented DeletionMixin.delete().Claude Paroz
2018-05-18[2.1.x] Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of ...Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-05-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson
2018-05-03Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani
2018-05-02Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.Kelly Hogan
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-04-19Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-17Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne