swatantra
|
c13e3715f5
Fixed #28667 -- Clarified how to override list of forms fields for custom UserAdmin with a custom user model.
|
5 år sedan |
Chason Chaffin
|
c238e65e29
Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.
|
5 år sedan |
Benjamin Woodruff
|
54dcfbc367
Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.
|
5 år sedan |
Chason Chaffin
|
55b68de643
Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII.
|
5 år sedan |
Mariusz Felisiak
|
f226bdbf4e
Refs #30608 -- Added django.utils.encoding.punycode().
|
5 år sedan |
Hasan Ramezani
|
a5308514fb
Fixed #27801 -- Made createsuperuser fall back to environment variables for password and required fields.
|
5 år sedan |
Carlton Gibson
|
4b32d039db
Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active superusers.
|
5 år sedan |
Min ho Kim
|
fbb83fefd4
Fixed typos in comments and docs.
|
5 år sedan |
Hasan Ramezani
|
090ca6512f
Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly.
|
5 år sedan |
PatOnTheBack
|
29240a9952
Removed unnecessary import in django/utils/autoreload.py.
|
5 år sedan |
Hasan Ramezani
|
5d03f2bc01
Fixed #30595 -- Added error message when no objects found to sql* management commands.
|
5 år sedan |
aitoehigie
|
c2f381ef17
Fixed #30589 -- Clarified that urlize should be applied only to email addresses without single quotes.
|
5 år sedan |
Mariusz Felisiak
|
868cd56f05
Added CVE-2019-12781 to the security release archive.
|
5 år sedan |
Mariusz Felisiak
|
fc41401f33
Added release date for 2.2.3.
|
5 år sedan |
Carlton Gibson
|
54d0f5e62f
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set.
|
5 år sedan |
Mariusz Felisiak
|
30b3ee9d0b
Added stub release notes for security releases.
|
5 år sedan |
Mariusz Felisiak
|
8fc8c958a5
Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.
|
5 år sedan |
Claude Paroz
|
d54baf6970
Updated translations from Transifex
|
5 år sedan |
Jon Dufresne
|
42b9a23267
Fixed #30400 -- Improved typography of user facing strings.
|
5 år sedan |
Hasan Ramezani
|
2b03e8e9e8
Fixed #30584 -- Fixed management command when using subparsers with dest parameter.
|
5 år sedan |
can
|
f03b7bd114
Fixed #28408 -- Added error message when updating with annotated expressions on joined fields.
|
5 år sedan |
Nadège Michel
|
fb54aca540
Added test for serializing child model without inherited fields.
|
5 år sedan |
Nadège Michel
|
895b15771e
Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.
|
5 år sedan |
Mariusz Felisiak
|
4305fbe8b1
Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
|
5 år sedan |
Shubham Bhagat
|
26d16c07fd
Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L10N is disabled.
|
5 år sedan |
nsasaki128
|
a289e79679
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() decorator.
|
5 år sedan |
Tom Forbes
|
8454f6dea4
Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have __file__ attribute.
|
5 år sedan |
Tim Gates
|
698df6a009
Fixed typos in test comments.
|
5 år sedan |
can
|
325d5d6445
Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the target field.
|
5 år sedan |
daniel a rios
|
76b993a117
Fixed #26431 -- Prevented django.urls.resolve() from returning missing optional parameters.
|
6 år sedan |