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-01-26 10:09:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
generic_views
History
Hiroki Kiyohara
e94f405d94
Fixed
#18558
-- Added url property to HttpResponseRedirect*
...
Thanks coolRR for the report.
2013-02-13 10:29:32 +01:00
..
fixtures
…
templates
Added file forgotten in 23e319d7.
2013-01-30 22:11:53 +01:00
__init__.py
…
base.py
Fixed
#18558
-- Added url property to HttpResponseRedirect*
2013-02-13 10:29:32 +01:00
dates.py
Fixed
#16218
-- date_list order in generic CBVs.
2012-09-22 11:47:34 +02:00
detail.py
Fixed
#16744
-- Class based view should have the view object in the context
2012-08-18 15:07:21 +01:00
edit.py
Fixed
#19044
-- Made
DeletionMixin
interpolate its
success_url
.
2013-02-11 02:39:14 -05:00
forms.py
Fixed
#19378
-- Ensured get_success_url returns a non-lazy URL
2012-12-04 13:22:42 +01:00
list.py
Add orphans support to MultipleObjectMixin
2012-11-21 16:50:23 +13:00
models.py
Fixed
#18974
- Warned against using models.permalink
2012-11-22 16:08:51 -05:00
tests.py
Fixed
#19378
-- Ensured get_success_url returns a non-lazy URL
2012-12-04 13:22:42 +01:00
urls.py
Fixed
#19044
-- Made
DeletionMixin
interpolate its
success_url
.
2013-02-11 02:39:14 -05:00
views.py
Fixed
#19378
-- Ensured get_success_url returns a non-lazy URL
2012-12-04 13:22:42 +01:00