1
0
mirror of https://github.com/django/django.git synced 2025-01-06 08:25:50 +00:00
django/django/views
Adrian Holovaty b7e226d8b8 Fixed typos in generic-views documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-08 19:45:57 +00:00
..
admin Fixed #270 -- Admin change forms now display default values in num_extra_on_change fields with default set. Thanks for the patch, Hugo 2005-08-06 20:51:06 +00:00
auth Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work. 2005-07-15 17:09:01 +00:00
core Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work. 2005-07-15 17:09:01 +00:00
decorators Moved django.views.decorators.cache.compress_string into django.utils.text 2005-07-18 17:23:04 +00:00
generic Fixed typos in generic-views documentation 2005-08-08 19:45:57 +00:00
registration Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work. 2005-07-15 17:09:01 +00:00
rss
__init__.py
defaults.py Fixed #163 -- Added 'pk' database API option, which is a shorthand for (primary_key)__exact 2005-07-26 16:11:43 +00:00