1
0
mirror of https://github.com/django/django.git synced 2025-01-06 08:25:50 +00:00
django/django/views
2005-08-26 21:12:06 +00:00
..
admin Fixed #423 -- Fixed bug in ForeignKey admin filters. Thanks, jkocherhans 2005-08-26 21:12:06 +00:00
auth Fixed small bug in views.auth.login.login 2005-08-16 23:15:13 +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 #310 -- thanks, mordaha 2005-08-12 14:19:34 +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 Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
defaults.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00