summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.David Smith2020-06-181-6/+35
* Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...Alix2020-06-181-2/+6
* Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.Tom Forbes2020-06-181-1/+15
* Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.David Smith2020-06-171-1/+1
* Fixed #30583 -- Fixed handling JSONFields in XML serializer.Hasan Ramezani2020-06-171-2/+10
* Refs #28077 -- Added opclasses to Index.__repr__().Mariusz Felisiak2020-06-171-3/+4
* Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.Florian Apolloner2020-06-171-3/+3
* Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.Florian Apolloner2020-06-171-35/+33
* Refs #30190 -- Minor edits to JSONL serializer.Mariusz Felisiak2020-06-171-1/+1
* Fixed #30190 -- Added JSONL serializer.Ali Vakilzade2020-06-162-0/+58
* Refs #30446 -- Defined default output_field of text database functions.Simon Charette2020-06-161-1/+5
* Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg2020-06-161-4/+25
* Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.Hannes Ljungberg2020-06-162-11/+44
* Fixed #31706 -- Removed unnecessary getattr() call in FileDescriptor.__get__().Sultan2020-06-151-4/+2
* Fixed #31691 -- Added ordering support to JSONBAgg.John Parton2020-06-131-1/+2
* Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQ...Hannes Ljungberg2020-06-121-4/+27
* Added support for the Tajik language.Claude Paroz2020-06-125-0/+43
* Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL.Hasan Ramezani2020-06-121-3/+6
* Fixed #31645 -- Enhanced the migration warning for migrate commmand.Chinmoy Chakraborty2020-06-121-2/+3
* Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined exp...Mariusz Felisiak2020-06-121-0/+3
* Fixed #31667 -- Made __in lookup ignore None values.Adam Johnson2020-06-111-1/+3
* Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.Michael Brown2020-06-111-0/+2
* Fixed #31680 -- Removed unnecessary getattr() call in DeferredAttribute.__get...alosultan2020-06-101-2/+2
* Removed unnecessary list() call in ModelBase.__new__().SergBobrovsky2020-06-101-1/+1
* Fixed #31657 -- Fixed ordering by attnames of self-referential ForeignKeys.Hasan Ramezani2020-06-101-1/+6
* Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a...Hasan Ramezani2020-06-101-0/+10
* Fixed comment in django/contrib/auth/urls.py.Tom Carrick2020-06-101-1/+1
* Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().Joshua Massover2020-06-081-0/+8
* Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.David Smith2020-06-081-2/+6
* Fixed #31664 -- Reallowed using non-expressions having filterable attribute a...Nicolas Baccelli2020-06-081-1/+4
* Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.Mariusz Felisiak2020-06-081-1/+3
* Fixed #31661 -- Removed period in makemigrations history check warning.davidchorpash2020-06-081-1/+1
* Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.Sasha Pachev2020-06-051-1/+1
* Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...David Smith2020-06-052-8/+17
* Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak2020-06-051-1/+1
* Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak2020-06-041-4/+37
* Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg2020-06-049-37/+101
* Refs #5086 -- Removed unused only_django argument from sql_flush().Jon Dufresne2020-06-043-10/+4
* Removed unused HTML class flex from admin changelist.Adam Johnson2020-06-041-1/+1
* Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...Claude Paroz2020-06-041-0/+2
* Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...Tim Graham2020-06-041-0/+2
* Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.Tim Graham2020-06-045-7/+2
* Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani2020-06-045-47/+58
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-031-2/+2
* Fixed #31641 -- Improved loading of navigation sidebar in admin.Collin Anderson2020-06-031-4/+1
* Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.Dan Palmer2020-06-033-15/+39
* Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne2020-06-031-3/+3
* Refs #30997 -- Improved HttpRequest.is_ajax() warning message with stacklevel=2.Mariusz Felisiak2020-06-031-0/+1
* Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expr...Thodoris Sotiropoulos2020-06-031-0/+3
* Refs #31615 -- Added EXISTS clauses to extension operations.Adam Johnson2020-06-031-2/+2