| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 docs | Claude 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-16 | Fixed #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-15 | Fixed #16470 -- Allowed FileResponse to auto-set some Content headers. | Claude Paroz | |
| Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews. | |||
| 2018-05-13 | Fixed #29401 -- Updated admin's jQuery to 3.3.1. | T N | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2018-05-07 | Alphabetized imports in docs/ref/contrib/postgres/fields.txt. | Hasan Ramezani | |
| 2018-05-03 | Refs #29358 -- Corrected wording in primary key check message. | Carlton Gibson | |
| 2018-05-03 | Fixed #29358 -- Added a system check to prohibit models with more than one ↵ | Hasan Ramezani | |
| primary_key field. | |||
| 2018-05-02 | Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words. | Kelly Hogan | |
| 2018-05-02 | Fixed #29375 -- Removed empty action attribute on HTML forms. | CHI Cheng | |
| 2018-04-19 | Fixed #29313 -- Doc'd how to use F() to sort null values. | drd0013 | |
| 2018-04-19 | Fixed #28574 -- Added QuerySet.explain(). | Tom | |
| 2018-04-17 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | Brett Cannon | |
| 2018-04-17 | Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is ↵ | Jon Dufresne | |
| accessed and not set. | |||
| 2018-04-13 | Fixed #27863 -- Added support for the SameSite cookie flag. | Alex Gaynor | |
| Thanks Alex Gaynor for contributing to the patch. | |||
| 2018-04-04 | Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission(). | Jon Dufresne | |
| Thanks Vladimir Ivanov for the initial patch. | |||
| 2018-04-04 | Documented InlineModelAdmin.has_(add/change/delete)_permission(). | Jon Dufresne | |
| 2018-04-04 | Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ↵ | Dmitry Dygalo | |
| null value. | |||
| 2018-04-04 | Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse. | Windson yang | |
| 2018-04-04 | Fixed reference to nonexistent __between lookup. | Daniel Roseman | |
| 2018-04-03 | Refs #28643 -- Added Repeat database function. | Mariusz Felisiak | |
| Thanks Tim Graham and Nick Pope for reviews. | |||
| 2018-03-28 | Fixed #29148 -- Doc'd how to use get_or_create() with Q objects. | Quentin Agren | |
| 2018-03-26 | Added a pagination example to ListView docs. | AK | |
| 2018-03-22 | Fixed #29250 -- Added 'django_version' context to startapp/project docs. | Graham Ullrich | |
| 2018-03-22 | Fixed #28718 -- Allowed user to request a password reset if their password ↵ | Tim Graham | |
| doesn't use an enabled hasher. Regression in aeb1389442d0f9669edf6660b747fd10693b63a7. Reverted changes to is_password_usable() from 703c266682be39f7153498ad0d8031231f12ee79 and documentation changes from 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2. | |||
| 2018-03-21 | Clarified docs about ISO 8601 week numbering. | Alasdair Nicol | |
| 2018-03-20 | Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). | Jezeniel Zapanta | |
| 2018-03-20 | Fixed #29227 -- Allowed BooleanField to be null=True. | Tim Graham | |
| Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review. | |||
| 2018-03-19 | Refs #28643 -- Added LPad and RPad database functions. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 2018-03-15 | Refs #28643 -- Added LTrim, RTrim, and Trim database functions. | Mariusz Felisiak | |
| Thanks Tim Graham and Mads Jensen for reviews. | |||
| 2018-03-12 | Fixed a couple mistakes in docs/ref/forms/widgets.txt. | Daniel Musketa | |
| 2018-03-08 | Fixed #29178 -- Allowed Index.fields to accept a tuple. | Fabrizio Ettore Messina | |
| 2018-03-07 | Fixed #28655 -- Added more examples for customizing widgets in a form. | Richard Oyudo | |
| 2018-03-01 | Refs #27728 -- Made cosmetic edits to admin template tag template overriding. | Tim Graham | |
