Emmanuel Katchy
|
12ffcfc350
Updated "Dive Into Python" links.
|
1 year ago |
Alexander Lazarević
|
9b02ad91ea
Fixed #28404 -- Made displaying values in admin respect Field's empty_values.
|
1 year ago |
Prashant Pandey
|
a8adb6aa6c
Fixed #26827 -- Improved ModelState error message when relations refer model classes.
|
1 year ago |
Antoine Cheneau
|
65c283be16
Fixed #34927 -- Fixed admin system check for inlines with foreign keys to proxy models.
|
1 year ago |
faishalmanzar
|
f4e72e6523
Fixed #32602 -- Clarified wording of TestCase class.
|
1 year ago |
Chinmoy Chakraborty
|
e99c7d8847
Refs #34657 -- Made assertInHTML() use unparsed needle in error messages.
|
1 year ago |
lstaana
|
357365a64e
Fixed #34835 -- Made admin's changelist filters render in <nav> tag.
|
1 year ago |
toan
|
4de31ec680
Fixed #34858 -- Corrected resolving output_field for PositiveIntegerField.
|
1 year ago |
Sarah Abderemane
|
814e7bc220
Fixed #34832 -- Made admin's header content render in <header> tag.
|
1 year ago |
Yves Weissig
|
369b498219
Fixed #34642 -- Added File.open() support for *args and **kwargs.
|
1 year ago |
donghao
|
71820c9f91
Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field.
|
1 year ago |
Oguzhan Akan
|
e41f9f9450
Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary keys with different types.
|
1 year ago |
Maxime Toussaint
|
254df3a3bb
Fixed #34791 -- Fixed incorrect Prefetch()'s cache for singly related objects.
|
1 year ago |
tell-k
|
dc89380c8a
Added tell-k to AUTHORS.
|
1 year ago |
willzhao
|
9cc0d7f7f8
Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested OuterRef annotations.
|
1 year ago |
Albert Defler
|
7cd187a5ba
Fixed #33507 -- Used UUID data type on MariaDB 10.7+.
|
2 years ago |
Jakub Bagiński
|
f9c5958b8f
Fixed #34655 -- Increased radioselect's test coverage.
|
1 year ago |
priyank.panchal
|
0016a42995
Fixed #34677 -- Made admin password reset templates more consistent.
|
1 year ago |
Yury V. Zaytsev
|
02966a30dd
Fixed #34697 -- Fixed non-deterministic order of dependencies and sets/frozensets in migrations.
|
1 year ago |
Amir Karimi
|
d1855c4847
Fixed #34691 -- Added system check for unmatched angle brackets in path().
|
1 year ago |
sobolevn
|
5820fc4485
Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.
|
1 year ago |
Olivier Le Thanh Duong
|
1b754d638d
Fixed #34629 -- Added filtering support to GIS aggregates.
|
1 year ago |
Kacper Wolkiewicz
|
91be6e1818
Fixed #34606 -- Fixed Right() function with zero length on Oracle and SQLite.
|
1 year ago |
Arthur Moreira
|
061a8a1bd8
Fixed #34577 -- Added escapeseq template filter.
|
1 year ago |
Ben Lomax
|
00f5d2d110
Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to work with async functions.
|
1 year ago |
Julie Rymer
|
0ec60661e6
Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.
|
1 year ago |
Ian Foote
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
4 years ago |
Akash Kumar Sen
|
92f0017133
Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations when optimizing migrations.
|
1 year ago |
Durval Carvalho
|
85366fbca7
Fixed #34045 -- Improved accessibility of selecting items in admin changelist.
|
2 years ago |
skidipap
|
1250483ebf
Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names.
|
2 years ago |