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-02-07 16:05:34 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_views
History
…
..
fixtures
…
__init__.py
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
admin.py
Improved on r17454 to ensure that
collapse.js
only gets minified when
DEBUG
is
False
.
2012-02-05 10:26:05 +00:00
customadmin.py
Fixed
#16958
-- Correctly use the queryset method in the auth app's UserAdmin class. Thanks, mpaolini.
2012-02-09 18:57:40 +00:00
forms.py
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
models.py
Improved on r17454 to ensure that
collapse.js
only gets minified when
DEBUG
is
False
.
2012-02-05 10:26:05 +00:00
tests.py
…
urls.py
…
views.py
Replaced old-style with new-style decorator syntax.
2011-05-01 16:46:02 +00:00