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-22 00:02:15 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Tim Graham
2ed2db2ea3
Replaced selenium.find_element_by_css_selector where by_id is sufficient.
2016-01-11 09:16:23 -05:00
..
templates
…
__init__.py
…
admin.py
Refs
#25165
-- Fixed JSON serialization for add/edit popup in the admin.
2016-01-08 12:28:32 -05:00
custom_has_permission_admin.py
…
customadmin.py
…
forms.py
…
models.py
Refs
#25165
-- Fixed JSON serialization for delete popup in the admin.
2016-01-09 13:35:58 -05:00
test_adminsite.py
Fixed
#26013
-- Moved django.core.urlresolvers to django.urls.
2015-12-31 14:21:29 -05:00
tests.py
Replaced selenium.find_element_by_css_selector where by_id is sufficient.
2016-01-11 09:16:23 -05:00
urls.py
…
views.py
…