Carlton Gibson
|
476d4d5087
Refs #32339 -- Allowed renderer to specify default form and formset templates.
|
2 éve |
Carlton Gibson
|
832096478c
Refs #32339 -- Added base form renderer to docs.
|
2 éve |
Andrew Godwin
|
58b27e0dbb
Fixed #33646 -- Added async-compatible interface to QuerySet.
|
3 éve |
Marcelo Galigniana
|
27aa7035f5
Fixed #27471 -- Made admin's filter choices collapsable.
|
3 éve |
L
|
37602e4948
Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.
|
2 éve |
marcperrinoptel
|
4282fd468f
Fixed #33655 -- Removed unnecessary constant from GROUP BY clause for QuerySet.exists().
|
2 éve |
siddhartha-star-dev
|
dcebc5da48
Refs #2259 -- Disallowed primary keys in ModelAdmin.list_editable.
|
3 éve |
Hannes Ljungberg
|
ed0a2c3238
Removed unnecessary variable in Index.create_sql().
|
2 éve |
Collin Anderson
|
0de89b6f8d
Refs #31223 -- Added __class_getitem__() to ForeignKey.
|
2 éve |
Mariusz Felisiak
|
eeb0bb6379
Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.
|
2 éve |
Adam Johnson
|
6f453cd298
Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without SQL statement.
|
3 éve |
Adam Johnson
|
f15f7d395c
Refs #33509 -- Made sqlmigrate tests stricter and improved isolation.
|
2 éve |
sarahboyce
|
cd4da34fc1
Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise ValueError.
|
2 éve |
Mariusz Felisiak
|
1ed8ca43f6
Refs #13085 -- Removed unnecessary ManyToManyFields from generic_relations_regress test models.
|
2 éve |
Hannes Ljungberg
|
6f311c7e35
Refs #33508 -- Corrected note about MySQL/MariaDB support of index ordering.
|
2 éve |
Carlton Gibson
|
6b53114dd8
Refs #33646 -- Added example for async cross-thread connection access.
|
2 éve |
Aymeric Augustin
|
5dfa6fca96
Refactored out RedirectURLMixin.get_success_url().
|
3 éve |
Aymeric Augustin
|
04bc2564b6
Simplified LogoutView.get_success_url().
|
3 éve |
Aymeric Augustin
|
5fcd9b8c33
Unified LoginView/LogoutView.get_default_redirect_url() methods.
|
3 éve |
Aymeric Augustin
|
5b8699e723
Renamed LogoutView.get_next_page() to get_success_url().
|
3 éve |
Aymeric Augustin
|
12576bd371
Refactored out RedirectURLMixin.get_redirect_url().
|
3 éve |
Andrey Otto
|
420d13edee
Fixed #33654 -- Added localdate to utils.timezone.__all__.
|
2 éve |
Xiang Zhang
|
c8c6a51a38
Added TiDB to list of third-party DB backends.
|
2 éve |
Theofilos Alexiou
|
470708f50d
Updated note about ListView pagination example in CBV docs.
|
2 éve |
Dominik
|
7d26d5f8f1
Fixed #33644 -- Corrected FAQ about displaying ManyToManyField in list_filter.
|
2 éve |
Carlton Gibson
|
bf7c51a5f4
Fixed #33639 -- Enabled cached template loader in development.
|
3 éve |
Mariusz Felisiak
|
f4f2afeb45
Refs #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL when format is uppercased.
|
2 éve |
Aymeric Augustin
|
903702dfb1
Removed unnecessary default argument from GET.get() call in LoginView.get_redirect_url().
|
3 éve |
Aymeric Augustin
|
5591a72571
Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page when LOGOUT_REDIRECT_URL is set.
|
2 éve |
Claude Paroz
|
fe7cb34544
Refs #33328 -- Corrected JS check for event.detail presence in docs.
|
2 éve |