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-10 17:35:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
templates
/
views
History
…
..
article_archive_day.html
Added missing file from [10457].
2009-04-09 15:26:15 +00:00
article_archive_month.html
…
article_confirm_delete.html
Fixed
#3639
: updated generic create_update views to use newforms. This is a backwards-incompatible change.
2008-07-18 19:45:00 +00:00
article_detail.html
Fixed
#3639
: updated generic create_update views to use newforms. This is a backwards-incompatible change.
2008-07-18 19:45:00 +00:00
article_form.html
Fixed
#3639
: updated generic create_update views to use newforms. This is a backwards-incompatible change.
2008-07-18 19:45:00 +00:00
article_list.html
Fixed
#13897
-- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris.
2010-10-01 02:01:20 +00:00
datearticle_archive_month.html
Fixed
#7602
-- Corrected lookup keyword arguments in archive_month and archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage.
2008-08-23 04:46:33 +00:00
urlarticle_detail.html
Fixed
#3639
: updated generic create_update views to use newforms. This is a backwards-incompatible change.
2008-07-18 19:45:00 +00:00
urlarticle_form.html
…