summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
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
2018-01-04Confirmed support for PostGIS 2.4.Tim Graham
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-28Linked GIS functions docs to corresponding MySQL docs.Sergey Fedoseev
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-12-26Fixed #28956 -- Updated admin's jQuery to 3.2.1.Tim Graham
2017-12-07Fixed typo in docs/ref/contrib/admin/index.txt.Sam Collins
2017-11-18Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski
2017-11-09Fixed #28777 -- Clarified the docs for admin.register's args.Tim Graham
2017-11-04Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd changes f...Sergey Fedoseev
2017-10-28Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works on add f...Botond Beres
2017-10-25Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...Ryan Verner
2017-10-20Fixed #28613 -- Doc'd the return value for GenericForeignKey when the related...Tim Graham
2017-10-18Refs #19295 -- Doc'd that ManifestStaticFilesStorage doesn't work with runser...Collin Stedman
2017-10-17Made SearchQuery examples less sterotyped.Simon Willison
2017-10-09Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.Mads Jensen
2017-10-03Fixed #28584 -- Dropped support for SQLite < 3.7.15.Tim Graham
2017-09-30Fixed #28654 -- Dropped support for SpatiaLite 4.0.Tim Graham
2017-09-29Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt.Michael Käufl
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham