| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-26 | [2.1.x] Added test of filtering on BinaryField and corrected docs. | Jon Dufresne | |
| Backport of fb2964a4106b1282c4179b6fbbd0374f5be1ccac from master. | |||
| 2018-09-26 | [2.1.x] Fixed #29795 -- Confirmed support for PostGIS 2.5. | Sergey Fedoseev | |
| Backport of 51da347c32f5af1e8de4be77c15d6a35b58d4059 from master. | |||
| 2018-09-25 | [2.1.x] Refs #29784 -- Normalized Python docs links to omit the version. | Jon Dufresne | |
| Backport of ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc from master. | |||
| 2018-09-18 | [2.1.x] Made various edits to docs/ref/utils.txt. | Adam Johnson | |
| Backport of beffa061eb8168105f265f0064d20d31165178b5 from master | |||
| 2018-09-17 | [2.1.x] Fixed #29757 -- Documented Oracle DSN and Easy Connect options. | jtiai | |
| Backport of 583b9fc4101e5930c39f49d664d41a1596ba78f4 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-11 | [2.1.x] Emphasized that TemplatesSetting must be used to override widget ↵ | Stephen Finucane | |
| templates. Backport of 25f4302349db71d73a15ff8f3872956fc21a0f84 from master | |||
| 2018-09-10 | [2.1.x] Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| Backport of c49ea6f5911296dcb40190c905e38b43cdc7c7a3 from master | |||
| 2018-09-08 | [2.1.x] Corrected forms.TimeField's default widget in docs. | flh | |
| Backport of ccf870ebf5a9f9b44711a08549833f97ef3f7a41 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-28 | [2.1.x] Fixed typo in docs/ref/models/fields.txt. | Matt Wiens | |
| Backport of c122a7c53cf870e61353afa73e59f28226a5c48d from master | |||
| 2018-08-27 | [2.1.x] Corrected ModelFormMixin.form_invalid() signature in docs. | Jon Dufresne | |
| Backport of 76df4f35c2d732f7996aa6b8d816424c52ee0cc1 from master | |||
| 2018-08-25 | [2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to ↵ | Tim Graham | |
| django-pyodbc-azure. Backport of 7b7fb2eca51dacb5002a4e6b6e1417b36bd5dfd7 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 #29646 -- Doc'd the validators that each model and form field ↵ | Jeff | |
| uses. Backport of 3fa3de54152a6b7a67de05ff4ff6fb122c9246e2 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-06 | [2.1.x] Refs #29374 -- Moved misplaced line in date format docs table | Claude Paroz | |
| Backport of 93bd860710d9914cc077ee362d5f3647489ce5a5 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] Refs #28584 -- Documented removal of support for SQLite < 3.7.15. | Tim Graham | |
| Backport of 1160a975968f86953a6c4405b772eb86283c5a4a 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-03 | [2.1.x] Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups(). | Carlton Gibson | |
| Backport of a67ebcb1cbd37e1fc9eddd2da1dda7f319c5ac1d from master | |||
| 2018-08-02 | [2.1.x] Removed out of place sentence in QuerySet.count() docs. | Adam Johnson | |
| Backport of 2e3ba9f5927048655fffa620bbac4f8b048056a4 from master | |||
| 2018-08-01 | [2.1.x] Fixed typos in comments and docs. | luz.paz | |
| Backport of 97e637a87fb45c4de970cca6cb783d93473c9d15 from master | |||
| 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 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 | |||
