summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2020-02-03[3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2020-01-31[3.0.x] Updated translations from TransifexClaude Paroz
2020-01-22[3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ...Eugene Hatsko
2020-01-14[3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...David Wobrock
2019-12-18[3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette
2019-12-02[3.0.x] Updated contrib translations from TransifexClaude Paroz
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-29[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak
2019-11-26[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon
2019-10-11[3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...Louise Grandjonc
2019-09-27[3.0.x] Fixed #30802 -- Prevented manifest creation when running collectstati...pablo
2019-09-18[3.0.x] Fixed #30776 -- Restored max length validation on AuthenticationForm....Sam Reynolds
2019-09-17[3.0.x] Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular ...Min ho Kim
2019-09-17[3.0.x] Fixed #30758 -- Made RangeFields use multiple hidden inputs for initi...Nasir Hussain
2019-09-16[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette
2019-09-08Updated translation catalogsClaude Paroz
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-09-02Refs #29379 -- Moved autocomplete attribute to UsernameField.Nick Pope
2019-08-30Fixed #30731 -- Fixed handling trailing groups in simplify_regex().Alan Crosswell
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-27Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-08-23Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette
2019-08-23Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-08-23Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...Mariusz Felisiak
2019-08-23Reduced code duplication in ArrayField's lookups.Mariusz Felisiak
2019-08-22Fixed #30064 -- Added form to validate admin search fields query input.Carlton Gibson
2019-08-22Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.Nasir Hussain
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen
2019-08-16Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.Adam Johnson
2019-08-15Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.zeyneloz
2019-08-14Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...Mariusz Felisiak
2019-08-13Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...Claude Paroz
2019-08-13Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...Mariusz Felisiak
2019-08-13Refs #25367 -- Moved select_format hook to BaseExpression.Simon Charette
2019-08-08Removed unnecessary StatAggregate.resolve_expression().Jon Dufresne
2019-08-07Corrected several typos in string literals and test names.Min ho Kim
2019-08-05Moved indexes in ArrayField's Index and Slice transforms to SQL params.Mariusz Felisiak
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-08-02Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing e...zeyneloz
2019-08-01Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak
2019-07-27Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.Claude Paroz
2019-07-25Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...Jon Dufresne
2019-07-19Fixed typos in comments and a test name.Min ho Kim
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-16Refs #29824 -- Added RangeOperators helper class.Mads Jensen
2019-07-13Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.Mariusz Felisiak