This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
4263cd0e09
django1
/
django
/
views
/
generic
History
Jon Dufresne
3c34452ab5
Refs
#23668
-- Removed passing default argument of current TZ to make_aware()/naive.
2018-01-18 11:21:12 -05:00
..
__init__.py
Sorted imports in __init__.py files.
2015-06-27 11:53:33 -04:00
base.py
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
dates.py
Refs
#23668
-- Removed passing default argument of current TZ to make_aware()/naive.
2018-01-18 11:21:12 -05:00
detail.py
Improved generic detail view error message for when pk or slug is missing.
2018-01-17 10:58:05 -05:00
edit.py
Fixed
#28985
-- Removed unneeded None checks before hasattr().
2018-01-03 11:37:06 -05:00
list.py
Fixed
#28860
-- Removed unnecessary len() calls.
2017-12-04 10:35:23 -05:00