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-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
generic_views
History
Aymeric Augustin
fcb09b5746
Fixed
#10890
: added prev/next_week in the context
...
of per-week date-based generic views. Thanks ee_lars for the report.
2012-05-14 22:40:45 +02:00
..
fixtures
…
templates
…
__init__.py
…
base.py
Fixed
#16074
-- Added ContextMixin to class-based generic views to handle get_context_data. Thanks emyller, Luke Plant, Preston Holmes for working on the ticket and patch.
2012-04-06 21:24:33 +00:00
dates.py
Fixed
#10890
: added prev/next_week in the context
2012-05-14 22:40:45 +02:00
detail.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
edit.py
Fixed
#16138
-- Made FormMixin get_initial return a copy of the 'initial' class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch.
2012-03-17 22:31:03 +00:00
forms.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
list.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
models.py
Fixed
#18217
-- Time zone support in generic views
2012-04-30 20:48:19 +02:00
tests.py
Fixed
#16074
-- Added ContextMixin to class-based generic views to handle get_context_data. Thanks emyller, Luke Plant, Preston Holmes for working on the ticket and patch.
2012-04-06 21:24:33 +00:00
urls.py
Fixed
#18217
-- Time zone support in generic views
2012-04-30 20:48:19 +02:00
views.py
Fixed
#18217
-- Time zone support in generic views
2012-04-30 20:48:19 +02:00