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
Age
Commit message (
Expand
)
Author
2021-10-01
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-10-01
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
Nick Pope
2021-10-01
Fixed typo in exception message for GiST indexes and exclusion constraints.
Nick Pope
2021-10-01
Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...
Daniel Hahler
2021-09-30
Fixed #33029 -- Allowed multiple popups for self-related fields in admin.
Yash Jhunjhunwala
2021-09-30
Optimized @async_unsafe.
Adam Johnson
2021-09-30
Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.
Aljaž Košir
2021-09-30
Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...
Mariusz Felisiak
2021-09-29
Fixed #33018 -- Fixed annotations with empty queryset.
David Wobrock
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-29
Fixed #33027 -- Made autoreloader pass -X options.
Chenyang Yan
2021-09-29
Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...
David Smith
2021-09-28
Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.
Chinmoy Chakraborty
2021-09-28
Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...
Jordan Bae
2021-09-27
Fixed #33136 -- Added GEOSGeometry.make_valid() method.
Claude Paroz
2021-09-27
Used Path.read_text() in jinja2.get_exception_info().
Mariusz Felisiak
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-09-27
Refs #32355 -- Modernized subprocess.run() calls.
Adam Johnson
2021-09-27
Fixed #33114 -- Defined default output_field of StringAgg.
ali
2021-09-24
Fixed #33124 -- Avoided accessing the database connections when not necessary.
Keryn Knight
2021-09-24
Fixed #33130 -- Restored form errors to be a dict.
Jaap Roes
2021-09-24
Fixed #33132 -- Fixed test client handling of querystring only redirects.
Jaap Roes
2021-09-24
Fixed #33127 -- Added error messages on | and & operators with combined query...
Hasan Ramezani
2021-09-23
Refs #33129 -- Added missing return statement.
Carlton Gibson
2021-09-23
Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.
Mariusz Felisiak
2021-09-22
Fixed #32499 -- Escaped additional metacharacters in simplify_regex().
Nick Pope
2021-09-22
Refs #32499 -- Fixed escaped metacharacters in simplify_regex().
Nick Pope
2021-09-22
Refs #32499 -- Added metacharacters helper for simplify_regex().
Nick Pope
2021-09-22
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-09-22
Optimized handling case-insensitive mappings.
Illia Volochii
2021-09-21
Fixed #33083 -- Fixed selecting all items in the admin changelist when action...
Carlton Gibson
2021-09-21
Updated source translation catalogs.
Mariusz Felisiak
2021-09-21
Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...
Hasan Ramezani
2021-09-21
Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.
Mariusz Felisiak
2021-09-21
Fixed #33070 -- Fixed loading translations with language subtags in admin's S...
Cleiton Lima
2021-09-20
Increased the default PBKDF2 iterations for Django 4.1.
Mariusz Felisiak
2021-09-20
Advanced deprecation warnings for Django 4.1.
Mariusz Felisiak
2021-09-20
Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieSto...
Mariusz Felisiak
2021-09-20
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
Mariusz Felisiak
2021-09-20
Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when ...
Mariusz Felisiak
2021-09-20
Refs #31180 -- Removed default_app_config application configuration variable ...
Mariusz Felisiak
2021-09-20
Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in E...
Mariusz Felisiak
2021-09-20
Refs #31546 -- Removed support for boolean values in Command.requires_system_...
Mariusz Felisiak
2021-09-20
Refs #31395 -- Removed support for assigning objects which don't support deep...
Mariusz Felisiak
2021-09-20
Bumped version; main is now 4.1 pre-alpha.
Mariusz Felisiak
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2021-09-20
Refs #27624 -- Optimized Query.clone() for non-combined queries.
Keryn Knight
2021-09-20
Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.
Keryn Knight
2021-09-20
Fixed #32504 -- Updated admin's jQuery to 3.6.0.
Mariusz Felisiak
2021-09-18
Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...
Ken Whitesell
[prev]
[next]