This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-28 16:16:12 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
edcf8532ffda006bc125d9c93fca59f9037f490f
django
/
tests
/
modeladmin
History
Mariusz Felisiak
751d732a38
Fixed
#35056
-- Fixed system check crash on reverse m2m relations with related_name in ModelAdmin.filter_horizontal/vertical.
...
Thanks Thomas Feldmann for the report. Regression in
107865780a
.
2023-12-27 20:36:22 +01:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_actions.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_checks.py
Fixed
#35056
-- Fixed system check crash on reverse m2m relations with related_name in ModelAdmin.filter_horizontal/vertical.
2023-12-27 20:36:22 +01:00
tests.py
Fixed
#35020
-- Fixed ModelAdmin.lookup_allowed() for non-autofield primary keys.
2023-12-07 06:16:35 +01:00