index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2019-09-08
Updated translation catalogs
Claude Paroz
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-09-02
Refs #29379 -- Moved autocomplete attribute to UsernameField.
Nick Pope
2019-08-30
Fixed #30731 -- Fixed handling trailing groups in simplify_regex().
Alan Crosswell
2019-08-29
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
Berker Peksag
2019-08-29
Fixed #30066 -- Enabled super user creation without email and password
daniel a rios
2019-08-28
Adjusted subprocess.run() calls to use arg list, rather than string.
Jon Dufresne
2019-08-27
Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.
Federico Jaramillo Martínez
2019-08-26
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
Hasan Ramezani
2019-08-23
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
Simon Charette
2019-08-23
Fixed #30507 -- Updated admin's jQuery to 3.4.1.
Dulmandakh
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-23
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...
Mariusz Felisiak
2019-08-23
Reduced code duplication in ArrayField's lookups.
Mariusz Felisiak
2019-08-22
Fixed #30064 -- Added form to validate admin search fields query input.
Carlton Gibson
2019-08-22
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
Nasir Hussain
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-16
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
Adam Johnson
2019-08-15
Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.
zeyneloz
2019-08-14
Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...
Mariusz Felisiak
2019-08-13
Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...
Claude Paroz
2019-08-13
Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...
Mariusz Felisiak
2019-08-13
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-08-08
Removed unnecessary StatAggregate.resolve_expression().
Jon Dufresne
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-05
Moved indexes in ArrayField's Index and Slice transforms to SQL params.
Mariusz Felisiak
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing e...
zeyneloz
2019-08-01
Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...
Mariusz Felisiak
2019-07-27
Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.
Claude Paroz
2019-07-25
Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...
Jon Dufresne
2019-07-19
Fixed typos in comments and a test name.
Min ho Kim
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2019-07-16
Refs #29824 -- Added RangeOperators helper class.
Mads Jensen
2019-07-13
Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-12
Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-10
Updated Select2 to version 4.0.7.
Johannes Hoppe
2019-07-10
Fixed #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible...
Hasan Ramezani
2019-07-10
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...
Mariusz Felisiak
2019-07-03
Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.
Chason Chaffin
2019-07-02
Fixed #27801 -- Made createsuperuser fall back to environment variables for p...
Hasan Ramezani
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-06-29
Updated translations from Transifex
Claude Paroz
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-21
Bumped minimum ESLint version to 4.18.2.
Markus Holtermann
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-14
Fixed #12952 -- Adjusted admin log change messages to use form labels instead...
Sanyam Khurana
2019-06-12
Added missing support for PointOnSurface function on MariaDB.
Mariusz Felisiak
2019-06-11
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
2019-06-10
Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...
Aymeric Augustin
[next]