| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-11 | [2.2.x] Fixed intword example in docs/ref/contrib/humanize.txt. | Jon Dufresne | |
| Backport of 175656e166712db019a4704c4031510b9fd6b00a from master | |||
| 2019-06-10 | [2.2.x] Removed redundant object descriptions to prevent warnings with ↵ | Mariusz Felisiak | |
| Sphinx 2.1.0. Backport of 5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25 from master | |||
| 2019-05-31 | [2.2.x] Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is ↵ | parth | |
| the parent object. Backport of 85436473066aae5d793caeced010ea4f45da4e79 from master | |||
| 2019-05-17 | [2.2.x] Fixed #25633 -- Updated macOS Spatialite installation instructions. | Daniel Hepper | |
| Updated the Spatialite installation instruction to refer to the latest available version from KyngChaos, as Gaia-SINS does not provide MacOS binaries anymore. Backport of ccb7f7c6d237900614290085cca103d9509b89b9 from master | |||
| 2019-05-15 | [2.2.x] Changed tuple choices to list in docs. | Jon Dufresne | |
| Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master | |||
| 2019-04-17 | [2.2.x] Updated SpatiaLite install instructions to suggest first package ↵ | Willy Njundong | |
| from recent Debian-based distributions. Backport of 8180ffba21bf10f4be905cb0d4890dc2bcff2788 from master | |||
| 2019-04-07 | [2.2.x] Refs #27807 -- Removed docs for User.username_validator. | Tim Graham | |
| The new override functionality claimed in refs #21379 doesn't work. Forwardport of 714fdbaa7048c2321f6238d9421137c33d9af7cc from stable/1.10.x. | |||
| 2019-03-29 | [2.2.x] Removed unnecessary /static from links to PostgreSQL docs. | Nick Pope | |
| Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master. | |||
| 2019-03-28 | [2.2.x] Used extlinks for Django's source code. | Tim Graham | |
| Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master. | |||
| 2019-02-14 | [2.2.x] Removed docs of unused libgeoip1/python-gdal packages. | Tim Graham | |
| Backport of 21f9d437374ee078ee46e23b64efa3d52ca6f49a from master. | |||
| 2019-02-12 | [2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ordering. | Hasan Ramezani | |
| Backport of f63811f4813f0e0439e140a97eeba18a5017e858 from master. | |||
| 2019-02-12 | [2.2.x] Doc'd database functions for overlaps lookup. | Claude Paroz | |
| Backport of 8cf9dbee6aeca57ab4dac986e46b79a2d234f703 from master | |||
| 2019-02-07 | [2.2.x] Updated Oracle docs links to Oracle 18c. | Mariusz Felisiak | |
| Backport of 759a9b710c0e5a6009cfba406ff562919fa70ef0 from master | |||
| 2019-02-04 | [2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs. | Tim Graham | |
| Backport of 4763c9719135f4de17924d9c8524f1cfe41bc645 from master. | |||
| 2019-01-31 | [2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText). | Robert Coup | |
| Backport of a8b03bea180e0660c0e159f3e7cf6192b512925f from master | |||
| 2019-01-21 | [2.2.x] Corrected GenericRelation's related_query_name manual lookup example. | Pavel Savchenko | |
| And changed related_query_name to a singular noun. Backport of 130192b12b63357a8f5ff448cd0edfa5a8094909 from master. | |||
| 2019-01-17 | [2.2.x] Refs #28606 -- Corrected deprecation version for ↵ | Tim Graham | |
| CachedStaticFilesStorage. Backport of 6713926ebe22172e50f283185f969275c326416d from master | |||
| 2019-01-11 | Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() ↵ | MaximZemskov | |
| optional. Restored backwards compatibility after refs #27991. Regression in be6ca89396c031619947921c81b8795d816e3285. | |||
| 2019-01-11 | Refs #23829 -- Made ping_google command/function use https for the sitemap URL. | Sanyam Khurana | |
| 2019-01-11 | Documented ping_google()'s ping_url argument. | Sanyam Khurana | |
| 2019-01-09 | Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user(). | Joshua Cannon | |
| 2019-01-09 | Corrected whitespace in docs/ref/contrib/auth.txt. | Tim Graham | |
| 2018-12-24 | Added import locations to contrib.postgres aggregates and validators docs. | Marten Kenbeek | |
| 2018-12-22 | Renamed Sqlite and Sqlite3 references to SQLite. | Nick Pope | |
| 2018-11-28 | Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when ↵ | Tim Graham | |
| they're populated. | |||
| 2018-11-27 | Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates. | Tim Graham | |
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-11-14 | Fixed #29939 -- Increased Group.name max_length to 150 characters. | Timothy Allen | |
| 2018-11-10 | Updated some links to https and new locations. | Mads Jensen | |
| 2018-11-09 | Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt. | Tim Graham | |
| Regression in b47552b445547e60cc89213f79e02333cb63f270. | |||
| 2018-11-09 | Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins. | Matthias Kestenholz | |
| 2018-11-03 | Fixed inconsistent indentation in docs/ref/contrib/auth.txt. | Tobias Bengfort | |
| 2018-11-01 | Fixed #27994 -- Documented ManifestFilesMixin. | Theofanis Despoudis | |
| 2018-10-29 | Fixed code highlighting in docs/ref/contrib/staticfiles.txt. | Tim Graham | |
| 2018-10-27 | Fixed #28606 -- Deprecated CachedStaticFilesStorage. | Tim Graham | |
| 2018-10-21 | Removed "encoding" description in GIS tutorial. | Atul Varma | |
| An omission in 388165ade4219aeefac1e231c1d44c51a7b62829. | |||
| 2018-10-09 | Capitalized "Python" in docs and comments. | Jon Dufresne | |
| 2018-10-02 | Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. | Stefano Chiodino | |
| 2018-09-26 | Fixed #29795 -- Confirmed support for PostGIS 2.5. | Sergey Fedoseev | |
| 2018-09-26 | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | |
| 2018-09-18 | Confirmed support for GEOS 3.7. | Sergey Fedoseev | |
| 2018-09-17 | Fixed #27899 -- Added support for phrase/raw searching in SearchQuery. | Claude Paroz | |
| Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review. | |||
| 2018-09-17 | Fixed #29761 -- Confirmed support for PROJ 5.x. | Sergey Fedoseev | |
| 2018-09-12 | Fixed typo in docs/ref/contrib/postgres/search.txt. | Adam Zapletal | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-08-28 | Fixed LayerMapping encoding in geodjango tutorial. | Claude Paroz | |
| GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to UTF-8. | |||
| 2018-08-21 | Polished the admin overview docs. | Rodrigo | |
| 2018-08-16 | Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process(). | Tim Graham | |
| 2018-08-03 | Clarified the values accepted by ModelAdmin.fields. | Adam Johnson | |
| 2018-08-03 | Fixed #29633 -- Doc'd the geometry type for each model field. | Danilo Bargen | |
