summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2020-07-14Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.Simon Charette
2020-07-07Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().rico-ci
2020-07-06Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in ...Hasan Ramezani
2020-07-04Simplified <body> element references in DateTimeShortcuts.js.Jon Dufresne
2020-07-01Fixed #31522 -- Made admin's SelectBox preserve scroll position.tapan gujjar
2020-07-01Made JavaScript URL manipulation more robust with URL and URLSearchParams.Jon Dufresne
2020-07-01Simplified JavaScript with Array.prototype.includes().Jon Dufresne
2020-06-30Fixed #31751 -- Fixed database introspection with cx_Oracle 8.Mariusz Felisiak
2020-06-26Fixed the centering of the "Log in" button on admin login page.Jon Dufresne
2020-06-25Simplified label element CSS in admin login.css.Jon Dufresne
2020-06-25Removed unnecessary admin CSS.Jon Dufresne
2020-06-25Refs #26761 -- Removed extra space in admin change list result header.Hasan Ramezani
2020-06-24Fixed #31523 -- Removed jQuery dependency from actions.js.Jon Dufresne
2020-06-23Refs #31541 -- Updated Redirect.new_path.help_text.Yash Saini
2020-06-23Fixed #31443 -- Fixed login redirection in auth mixins when LOGIN_URL is off-...Frantisek Holop
2020-06-23Refs #31358 -- Added decode() to password hashers.Jon Moroney
2020-06-18Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...Alix
2020-06-17Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.David Smith
2020-06-17Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.Florian Apolloner
2020-06-17Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.Florian Apolloner
2020-06-16Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg
2020-06-13Fixed #31691 -- Added ordering support to JSONBAgg.John Parton
2020-06-12Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQ...Hannes Ljungberg
2020-06-10Fixed comment in django/contrib/auth/urls.py.Tom Carrick
2020-06-08Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().Joshua Massover
2020-06-08Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.David Smith
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-06-04Removed unused HTML class flex from admin changelist.Adam Johnson
2020-06-03Fixed #31641 -- Improved loading of navigation sidebar in admin.Collin Anderson
2020-06-03Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne
2020-06-03Refs #31615 -- Added EXISTS clauses to extension operations.Adam Johnson
2020-06-01Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-06-01Made intword/intcomma template filters independent of USE_L10N.Claude Paroz
2020-05-28Removed unused admin:jsi18n <script> element from change_password.html.Jon Dufresne
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
2020-05-28Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
2020-05-27Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop
2020-05-25Fixed #31616 -- Added hint about middleware ordering for SessionMiddleware ad...Hasan Ramezani
2020-05-23Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.Jon Dufresne
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-20Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.Fran Hrzenjak
2020-05-18Updated docutils link to HTTPS and new location.Jon Dufresne
2020-05-18Refs #31034 -- Used === in nav_sidebar.js admin JS to avoid possible coercion...Jon Dufresne
2020-05-15Fixed #31590 -- Fixed ModelAdmin.date_hierarchy crash with an empty QuerySet.kjpc-tech
2020-05-14Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne
2020-05-14Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne
2020-05-14Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak
2020-05-13Removed unused Downcoder.chars.Jon Dufresne