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 |
Claude Paroz
|
f5e347a640
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
|
6 years ago |
melipone
|
28dac56aed
Fixed #16995 -- Clarified interaction of initial and extra with model formsets.
|
6 years ago |
Dan Palmer
|
e181666973
Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.
|
6 years ago |
Hasan Ramezani
|
49b679371f
Fixed #29236 -- Fixed diffsettings crash if using settings.configure().
|
6 years ago |
Michael Sanders
|
271542dad1
Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
|
6 years ago |
vinay karanam
|
3af695eda2
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
|
6 years ago |
Viktor Danyliuk
|
6ae7aaa7d6
Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_create() defaults unless needed.
|
6 years ago |
Christian Barcenas
|
c9c6c16650
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
|
6 years ago |
Mushtaq Ali
|
66b6b68923
Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.
|
6 years ago |
Przemysław Suliga
|
d22b90b4ea
Fixed #29525 -- Allowed is_safe_url()'s allowed_hosts arg to be a string.
|
6 years ago |
Jeffrey Yancey
|
2d6776ffe0
Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field().
|
6 years ago |
Alexandr Tatarinov
|
7410618528
Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().
|
6 years ago |
oliver
|
6b3e17bab6
Fixed #29518 -- Added validation for sqlmigrate's app_label argument.
|
6 years ago |
Henk Kahlfuß
|
3eb9127678
Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permission() for permissions checking.
|
6 years ago |
Bartosz Grabski
|
2bc014750a
Fixed #29452 -- Fixed makemessages setting charset of .pot files.
|
6 years ago |
Subhav Gautam
|
085ebc5f1a
Fixed #29430 -- Clarified send_mail()'s fail_silently docs.
|
6 years ago |
Adam Donaghy
|
b18650a263
Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
|
6 years ago |
Xaroth Brook
|
39283c8edb
Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
|
6 years ago |
Ryan Rubin
|
a8d12bc280
Fixed #29400 -- Fixed crash in custom template filters that use decorated functions.
|
6 years ago |
Bogdan Mateescu
|
392963e8e4
Fixed #29421 -- Improved Romanian locale formats
|
6 years ago |
bakabiko
|
a7bc1aea03
Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and skip_locked options on MySQL 8+.
|
6 years ago |
Stefan R. Filipek
|
a5a2ceeb45
Fixed #27629 -- Added router.allow_relation() calls for assignments between unsaved model instances.
|
6 years ago |
Maximilian Merz
|
78912ccd0e
Fixed #21408 — German Translation for “3 days ago”
|
7 years ago |