This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Upload File
Apply Patch
django
/
tests
/
admin_changelist
History
Jacob Walls
674eda1c03
Refs
#36865
-- Fixed test_exact_lookup_validates_each_field_independently() crash on databases that don't support primitives in JSONFields.
...
For example on Oracle < 21c.
2026-01-31 11:48:59 -05:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
admin.py
Fixed
#36032
-- Rendered URLField values as links in the admin.
2025-01-10 12:57:53 +01:00
models.py
Fixed
#36865
-- Removed casting from exact lookups in admin searches.
2026-01-30 11:45:39 -05:00
test_date_hierarchy.py
Fixed
#36367
-- Added a label to the date_hierarchy in admin changelist.
2025-12-05 09:33:42 -05:00
tests.py
Refs
#36865
-- Fixed test_exact_lookup_validates_each_field_independently() crash on databases that don't support primitives in JSONFields.
2026-01-31 11:48:59 -05:00
urls.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00