summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2018-09-26[2.1.x] Fixed #29795 -- Confirmed support for PostGIS 2.5.Sergey Fedoseev
2018-09-12[2.1.x] Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal
2018-09-10[2.1.x] Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-28[2.1.x] Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz
2018-08-21[2.1.x] Polished the admin overview docs.Rodrigo
2018-08-16[2.1.x] Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().Tim Graham
2018-08-03[2.1.x] Clarified the values accepted by ModelAdmin.fields.Adam Johnson
2018-08-03[2.1.x] Fixed #29633 -- Doc'd the geometry type for each model field.Danilo Bargen
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
2018-07-18[2.1.x] Added doc links for django.utils.html.escape().Claude Paroz
2018-07-18[2.1.x] Removed duplicate words in docs.Maxime Lorant
2018-06-22[2.1.x] Added description, example, and SQL equivalents for equals and same_a...Sergey Fedoseev
2018-06-21[2.1.x] Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use autocom...Carlton Gibson
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin...Carlton Gibson
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
2018-05-31[2.1.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-05-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-05-02Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.Kelly Hogan
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne
2018-04-04Documented InlineModelAdmin.has_(add/change/delete)_permission().Jon Dufresne
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-01Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham
2018-02-28Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2018-02-22Added backticks around obj argument in admin docs.Jon Dufresne
2018-02-15Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme
2018-02-12Corrected doc'd type of some parameters from string to str.Tim Graham
2018-02-10Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov
2018-02-07Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky
2018-02-03Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso
2018-01-31Disambiguated "settings" in SpatiaLite note.Rodrigo
2018-01-31Doc'd specifying the ENGINE setting as part of configuring contrib.gis.Rodrigo
2018-01-31Fixed location of spatialite_source label.Rodrigo
2018-01-27Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
2018-01-23Fixed "template tag" spelling in docs.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2018-01-06Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.Sergey Fedoseev
2018-01-05Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou