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-04-10 00:09:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Peter Harley
2724cdbff6
Fixed
#18355
-- Added ordering options to list based generic views.
...
Added MultipleObjectMixin.ordering and get_ordering(). Refs
#21450
.
2014-08-15 11:09:47 -04:00
..
decorators
Moved RequestSite and get_current_site.
2014-01-26 08:50:47 +01:00
generic
Fixed
#18355
-- Added ordering options to list based generic views.
2014-08-15 11:09:47 -04:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
csrf.py
Fixed
#21322
-- Error message when CSRF cookie is missing
2013-11-03 20:05:10 +01:00
debug.py
Fixed
#20368
-- Made TECHNICAL_500 more robust against bad input.
2014-08-13 12:56:26 -04:00
defaults.py
Removed django.views.defaults.shortcut and django.conf.urls.shortcut per deprecation timeline.
2014-03-21 07:56:00 -04:00
i18n.py
Fixed
#15318
-- Added settings for language cookie max-age, path, domain
2014-03-01 07:52:45 -05:00
static.py
Fixed
#23276
-- Deprecated passing views as strings to url().
2014-08-12 13:15:40 -04:00