summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* [3.0.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.d...Mariusz Felisiak2020-07-162-1/+6
* [3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.Mariusz Felisiak2020-06-301-2/+7
* [3.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...Jon Dufresne2020-06-031-3/+3
* [3.0.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.Carlton Gibson2020-06-022-484/+758
* [3.0.x] Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-121-1/+1
* [3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...Mariusz Felisiak2020-03-042-9/+19
* [3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-02-032-4/+6
* [3.0.x] Updated translations from TransifexClaude Paroz2020-01-31156-1111/+1510
* [3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ...Eugene Hatsko2020-01-221-1/+2
* [3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...David Wobrock2020-01-141-10/+1
* [3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette2019-12-181-4/+20
* [3.0.x] Updated contrib translations from TransifexClaude Paroz2019-12-02351-3172/+4758
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-023-8/+19
* [3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak2019-11-291-4/+6
* [3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon2019-11-261-1/+3
* [3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...Louise Grandjonc2019-10-111-1/+1
* [3.0.x] Fixed #30802 -- Prevented manifest creation when running collectstati...pablo2019-09-271-1/+2
* [3.0.x] Fixed #30776 -- Restored max length validation on AuthenticationForm....Sam Reynolds2019-09-181-1/+3
* [3.0.x] Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular ...Min ho Kim2019-09-172-1/+4
* [3.0.x] Fixed #30758 -- Made RangeFields use multiple hidden inputs for initi...Nasir Hussain2019-09-171-13/+21
* [3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette2019-09-162-2/+2
* Updated translation catalogsClaude Paroz2019-09-088-259/+256
* Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson2019-09-021-3/+5
* Refs #29379 -- Moved autocomplete attribute to UsernameField.Nick Pope2019-09-021-8/+7
* Fixed #30731 -- Fixed handling trailing groups in simplify_regex().Alan Crosswell2019-08-301-10/+12
* Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag2019-08-292-0/+63
* Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios2019-08-291-1/+1
* Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne2019-08-281-5/+9
* Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez2019-08-271-0/+1
* Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani2019-08-261-10/+34
* Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette2019-08-233-1/+20
* Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh2019-08-233-189/+416
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-1/+1
* Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...Mariusz Felisiak2019-08-231-1/+5
* Reduced code duplication in ArrayField's lookups.Mariusz Felisiak2019-08-231-20/+15
* Fixed #30064 -- Added form to validate admin search fields query input.Carlton Gibson2019-08-221-1/+18
* Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.Nasir Hussain2019-08-221-2/+2
* Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen2019-08-212-2/+62
* Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.Adam Johnson2019-08-161-5/+5
* Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.zeyneloz2019-08-151-4/+11
* Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...Mariusz Felisiak2019-08-142-2/+2
* Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...Claude Paroz2019-08-131-4/+2
* Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...Mariusz Felisiak2019-08-131-1/+1
* Refs #25367 -- Moved select_format hook to BaseExpression.Simon Charette2019-08-131-1/+3
* Removed unnecessary StatAggregate.resolve_expression().Jon Dufresne2019-08-081-3/+0
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Moved indexes in ArrayField's Index and Slice transforms to SQL params.Mariusz Felisiak2019-08-051-2/+2
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+1
* Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing e...zeyneloz2019-08-021-1/+1
* Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak2019-08-012-6/+4