| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-26 | [2.1.x] Fixed #29795 -- Confirmed support for PostGIS 2.5. | Sergey Fedoseev | |
| Backport of 51da347c32f5af1e8de4be77c15d6a35b58d4059 from master. | |||
| 2018-09-12 | [2.1.x] Fixed typo in docs/ref/contrib/postgres/search.txt. | Adam Zapletal | |
| Backport of 57fd3700d4f5a7887ad3967fe19b61bc9f25b2f3 from master | |||
| 2018-09-10 | [2.1.x] Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| Backport of c49ea6f5911296dcb40190c905e38b43cdc7c7a3 from master | |||
| 2018-08-28 | [2.1.x] Fixed LayerMapping encoding in geodjango tutorial. | Claude Paroz | |
| GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to UTF-8. Backport of 388165ade4219aeefac1e231c1d44c51a7b62829 from master. | |||
| 2018-08-21 | [2.1.x] Polished the admin overview docs. | Rodrigo | |
| Backport of 939dcff24f8e97d114595b102fb12348da482135 from master | |||
| 2018-08-16 | [2.1.x] Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process(). | Tim Graham | |
| Backport of 7f6b013bf60e6168a7e0a8f2b97954c3a45725e0 from master | |||
| 2018-08-03 | [2.1.x] Clarified the values accepted by ModelAdmin.fields. | Adam Johnson | |
| Backport of 45086c294d63ac8787cebff2accd1680ac844138 from master | |||
| 2018-08-03 | [2.1.x] Fixed #29633 -- Doc'd the geometry type for each model field. | Danilo Bargen | |
| Backport of 2e06ff8e141d347b6b2991891bbac01fba0396d0 from master | |||
| 2018-08-01 | [2.1.x] Fixed typos in comments and docs. | luz.paz | |
| Backport of 97e637a87fb45c4de970cca6cb783d93473c9d15 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-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-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-05-31 | [2.1.x] Fixed #29460 -- Added support for GEOS 3.6. | Tim Graham | |
| Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 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-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-02 | Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words. | Kelly Hogan | |
| 2018-04-17 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | Brett Cannon | |
| 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-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-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-01 | Refs #27728 -- Made cosmetic edits to admin template tag template overriding. | Tim Graham | |
| 2018-02-28 | Fixed #27728 -- Allowed overriding admin templatetags templates. | Raffaele Salmaso | |
| 2018-02-24 | Fixed #17962 -- Added ModelAdmin.get_deleted_objects(). | Becky Smith | |
| 2018-02-22 | Added backticks around obj argument in admin docs. | Jon Dufresne | |
| 2018-02-15 | Fixed #27810 -- Allowed query expressions in admin_order_field. | Andreas Pelme | |
| 2018-02-12 | Corrected doc'd type of some parameters from string to str. | Tim Graham | |
| 2018-02-10 | Fixed #28960 -- Added GEOSGeometry.buffer_with_style(). | Stanislav Karpov | |
| 2018-02-07 | Fixed #25790 -- Allowed disable column sorting in the admin changelist. | Alexander Gaevsky | |
| Thanks Ramiro Morales for completing the patch. | |||
| 2018-02-03 | Fixed #8500 -- Allowed overriding the default admin site instance. | Raffaele Salmaso | |
| 2018-01-31 | Disambiguated "settings" in SpatiaLite note. | Rodrigo | |
| 2018-01-31 | Doc'd specifying the ENGINE setting as part of configuring contrib.gis. | Rodrigo | |
| 2018-01-31 | Fixed location of spatialite_source label. | Rodrigo | |
| 2018-01-27 | Expanded docs for AbstractBaseUser.has_usable_password(). | Tim Graham | |
| 2018-01-23 | Fixed "template tag" spelling in docs. | Tim Graham | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-12 | Fixed #28996 -- Simplified some boolean constructs and removed trivial ↵ | Дилян Палаузов | |
| continue statements. | |||
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2018-01-06 | Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function. | Sergey Fedoseev | |
| 2018-01-05 | Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete ↵ | Vasilis Aggelou | |
| selected objects" deletion. | |||
