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-01-27 18:49:23 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_inlines
History
Jon Dufresne
ff05de760c
Fixed
#29038
-- Removed closing slash from HTML void tags.
2018-01-21 02:09:10 -05:00
..
__init__.py
…
admin.py
Fixed
#28866
-- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media.
2017-11-30 20:15:28 -05:00
models.py
Fixed
#27967
-- Fixed KeyError in admin's inline form with inherited non-editable pk.
2017-06-12 21:12:54 -04:00
test_templates.py
Refs
#23919
-- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
tests.py
Fixed
#29038
-- Removed closing slash from HTML void tags.
2018-01-21 02:09:10 -05:00
urls.py
…