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-05-28 09:46:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
/
generic
History
Christopher Medrela
7477a4ffde
Fixed E125 pep8 warnings
2013-11-28 08:50:11 -05:00
..
__init__.py
Fixed
#21302
-- Fixed unused imports and import *.
2013-11-02 15:24:56 -04:00
base.py
Fixed flake8 E251 violations
2013-11-03 03:22:11 -06:00
dates.py
Correct flake8 E302 violations
2013-11-02 19:53:29 -04:00
detail.py
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist when it should have raised an ImproperlyConfigured. fixes 16502. by @ianawilson, @jambonrose
2013-09-06 16:27:34 -05:00
edit.py
Advanced deprecation warnings for Django 1.7.
2013-06-29 18:49:37 +02:00
list.py
Fixed E125 pep8 warnings
2013-11-28 08:50:11 -05:00