can
|
bceadd2788
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints names.
|
5 years ago |
zeyneloz
|
6485a5f450
Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together and Index's fields.
|
5 years ago |
Jacob Green
|
ed3c59097a
Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds and made it customizable.
|
5 years ago |
Scott Fitsimones
|
a14c0fda15
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a custom validator is callable.
|
5 years ago |
Vinny Do
|
a4055adf70
Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is also a FK.
|
5 years ago |
Krisjanis Vaiders
|
79d3b905df
Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_dict_copy().
|
5 years ago |
Dolan Antenucci
|
f944cb3d3b
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField on PostgreSQL.
|
5 years ago |
JangHyukJin
|
0027ca76c7
Used QuerySet.bulk_create() in lookup.tests.
|
5 years ago |
Nathan Gaberel
|
624573726a
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
|
5 years ago |
Albert Wang
|
2ee1e1a174
Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.
|
5 years ago |
birthdaysgift
|
dc740dde50
Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.
|
5 years ago |
Francisco Couzo
|
0193bf874f
Fixed #28738 -- Added the GeometryDistance function.
|
5 years ago |
Hang Park
|
142e1ead76
Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.
|
5 years ago |
shiningfm
|
99cfb28e99
Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
|
5 years ago |
Kathryn Killebrew
|
75d627888b
Fixed #30020 -- Fixed reading nulls with LayerMapping.
|
5 years ago |
Arthur Rio
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
5 years ago |
Nasir Hussain
|
f021c110d0
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
|
5 years ago |
Joshua Cannon
|
db1b10ef0d
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
|
6 years ago |
Sanyam Khurana
|
a7d6cab771
Fixed #29282 -- Prevented some admin checks from crashing with TypeError.
|
6 years ago |
redodo
|
89a2216486
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wrapping a hidden widget.
|
6 years ago |
Junyoung
|
df448bfd02
Fixed #29783 -- Added app label validation to showmigrations command.
|
6 years ago |
Jon Dufresne
|
136a900ef9
Refs #29877 -- Made diveinto.org URLs HTTPS.
|
6 years ago |
za
|
b0d716cbff
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
|
6 years ago |
Adam Allred
|
4e78e389b1
Fixed #29774 -- Fixed django-admin shell hang on startup.
|
6 years ago |
Patrik Sletmo
|
adfdb9f169
Fixed #29814 -- Added support for NoneType serialization in migrations.
|
6 years ago |
Eric Brandwein
|
b0b4aac555
Fixed #29775 -- Fixed URL converters in a nested namespaced path.
|
6 years ago |
Przemysław Buczkowski
|
70d0a1ca02
Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.
|
6 years ago |
Abhinav Patil
|
bf01994a5c
Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.
|
6 years ago |
Ramon Saraiva
|
2349cbd909
Fixed #29782 -- Added better error message when filtering queryset with AnonymousUser.
|
6 years ago |
Jon Dufresne
|
82f286cf6f
Refs #29784 -- Switched to https:// links where available.
|
6 years ago |