summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2018-07-31[2.1.x] Refs #24733 -- Documented arguments for custom error views.Adam Johnson
Backport of 49f97b645fb1716cf69177558c41cf650a701eed from master
2018-07-18[2.1.x] Fixed utils.html.escape()'s docs with regards to string coercion.Claude Paroz
As of 301de774c21d055e9e5a7073e5bffdb52bc71079. Backport of 1ed8527e3df930ae54ef237e77f1a53faa0ff5ed from master
2018-07-18[2.1.x] Added doc links for django.utils.html.escape().Claude Paroz
Backport of 6e78e1054933c36a2e0fdf998db780c88bdef4a9 from master
2018-07-18[2.1.x] Removed duplicate words in docs.Maxime Lorant
Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master
2018-07-09[2.1.x] Fixed #29549 -- Doc'd that Field.choices are enforced by model ↵Tim Graham
validation. Backport of 8b1d361f28c80cb0fa84a3714d711174bd25cdfa from master
2018-07-09[2.1.x] Refs #29478 -- Doc'd how to use cached_property with a mangled name.Sergey Fedoseev
Backport of 09199734d383691ecf6d163894b447ca45e0ef82 from master
2018-07-07[2.1.x] Fixed word choice in ContentFile example.Josh Schneier
Backport of 38e904e26576abffed3c257a1a741e1641c6f2de from master
2018-07-06[2.1.x] Corrected cached_property() signature in docs.Sergey Fedoseev
Backport of 82b9708c6f77d1a4b7b4236234065799370be245 from master
2018-07-05[2.1.x] Refs #26608 -- Removed incorrect sentence in ↵Mads Jensen
Expression.contains_over_clause docs. Backport of ab251fdad251cfb1e9fb61c42b5bfed9d0afe393 from master
2018-07-04[2.1.x] Fixed typo in docs/ref/templates/builtins.txt.Stephen James
Backport of 48aeca44d885929106e71fe78379fe50850af001 from master
2018-07-03[2.1.x] Doc'd that template variables & attributes may not start with an ↵Greg Kaleka
underscore. Backport of 17403f0a9b7167c635514c1e3d9d25ebad4b12e2 from master
2018-06-30[2.1.x] Fixed argument name for validators inheriting from BaseValidator.sedrubal
Backport of f903669dfda1dda586c4fee5bd7268eb599880b8 from master
2018-06-29[2.1.x] Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
Backport of c530428d360daf904c9e98515ea836643a73a54c from master
2018-06-28[2.1.x] Fixed #29458 -- Doc'd how related_query_name affects ↵Jeffrey Yancey
Model._meta.get_field(). Backport of 2d6776ffe0b58f729f4372635b49a59da99ca206 from master
2018-06-28[2.1.x] Fixed links for i18n context processor docs.Tim Graham
Backport of fd06488fe36acc27fbe37bf7c9aefc0574e9cc4e from master
2018-06-22[2.1.x] Refs #17419 -- Removed IE8 support in json_script example.Tim Graham
Backport of 02cd16a7a04529c726e5bb5a13d5979119f25c7d from master
2018-06-22[2.1.x] Added description, example, and SQL equivalents for equals and ↵Sergey Fedoseev
same_as GIS lookups. Backport of 9af83a62e7639567afde8b76ce70e7982873e4c5 from master
2018-06-21[2.1.x] Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev
Backport of 12018cef83b2396131e8c32d997baa0f86b4bf00 from master
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use ↵Carlton Gibson
autocomplete_fields. Backport of 5b733171813f8ddc7af84abe79f2646204b9c6ca from master
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
Backport of 958c7b301ead79974db8edd5b9c6588a10a28ae7 from master
2018-06-16[2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
Backport of 11bfe3a83d79c832bd861b6b87f254197fde1659 from master
2018-06-15[2.1.x] Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
Backport of 4fb7bd834e97195633d44b27aa5e6f981709b626 from master
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for ↵Carlton Gibson
admin actions. Partially reverted 825f0beda804e48e9197fcf3b0d909f9f548aa47. Backport of b30f9b131c9489b9d9f21c311ecb46d0aea91381 from master
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
versions. Backport of ae26e0ad2c5ee2216d8eaaaac9d7c2c7644b6ebb from master
2018-06-10[2.1.x] Prevented unexpected link in settings docsClaude Paroz
Backport of e8531cc89c878b6a8867498dab266917fef2bff4 from master.
2018-06-08[2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
Backport of 741792961815cf4a95c5ce8ab590dfc7700c6153 from master
2018-06-04[2.1.x] Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
Backport of 3cf45af3630890ad85112f9ea8af869c8daef17b from master
2018-05-31[2.1.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
2018-05-27[2.1.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
2018-05-27[2.1.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
Backport of a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe from master
2018-05-26[2.1.x] Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured ↵Tim Graham
if SECRET_KEY is accessed and not set." This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to a regression and performance concerns. Backport of 5cc81cd9eb69f5f7a711412c02039b435c393135 from master
2018-05-25[2.1.x] Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
Backport of 4c35a173e881deaff17e5343181dcbc36177a4af from master
2018-05-24[2.1.x] Documented DeletionMixin.delete().Claude Paroz
Backport of 96ea4f875b289aef3372caf7851dabf64347ce8c from master
2018-05-18[2.1.x] Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of ↵Tim Graham
related models. Backport of e038f98bf342af716cf16e38be989c2d0f126797 from master
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz> Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
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 ↵Hasan Ramezani
primary_key field.
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 ↵Jon Dufresne
accessed and not set.
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
Thanks Alex Gaynor for contributing to the patch.
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne
Thanks Vladimir Ivanov for the initial patch.