index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
Age
Commit message (
Expand
)
Author
2005-07-28
Whoop, left in an 'assert False' in [333]
Adrian Holovaty
2005-07-28
Fixed #218 -- Fixed admin change-list column sorting
Adrian Holovaty
2005-07-26
Fixed #187 -- Made admin view handle one-to-one relationships in which the pa...
Adrian Holovaty
2005-07-26
Fixed #162 -- Admin log now records repr() before calling delete(), instead o...
Adrian Holovaty
2005-07-26
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...
Adrian Holovaty
2005-07-26
Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...
Adrian Holovaty
2005-07-25
Fixed #196: date-based generic views now have a "use_numeric_months" option i...
Jacob Kaplan-Moss
2005-07-25
Fixed #195: generic views now allow callables in extra_context dicts -- thank...
Jacob Kaplan-Moss
2005-07-24
A bunch of generics: documentation of generic views; cleaned up existing gene...
Jacob Kaplan-Moss
2005-07-23
Fixed #168 -- admin object history was assuming primary key was named 'id'. T...
Adrian Holovaty
2005-07-22
Fixed #156 -- Fixed admin changelist bug as a result of ordering syntax change
Adrian Holovaty
2005-07-22
Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...
Adrian Holovaty
2005-07-22
Tiny code compression in django.views.admin.main
Adrian Holovaty
2005-07-22
Fixed #145 -- Changed admin logout to use views.auth.login.logout, which uses...
Adrian Holovaty
2005-07-21
Fixed #137 -- thanks nesh@studioquattro.co.yu
Jacob Kaplan-Moss
2005-07-21
Refactored django.views.admin.main to call opts.admin.get_field_objs() only o...
Adrian Holovaty
2005-07-20
Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Als...
Adrian Holovaty
2005-07-20
Changed django.views.defaults to use template.Context instead of core.extensi...
Adrian Holovaty
2005-07-18
Fixed bug in dynamically-generated docs -- ForeignKeys were throwing an excep...
Adrian Holovaty
2005-07-18
Moved django.views.decorators.cache.compress_string into django.utils.text
Adrian Holovaty
2005-07-17
Fixed path to icon_searchbox.png
Wilson Miner
2005-07-17
Fixed #43
Wilson Miner
2005-07-16
Changed generic admin changelist to order by ID if no other ordering is speci...
Adrian Holovaty
2005-07-16
Changed delete_stage admin view to run strip_tags on repr() of object to be d...
Adrian Holovaty
2005-07-16
Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/
Adrian Holovaty
2005-07-15
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...
Adrian Holovaty
2005-07-14
Created django.contrib and moved comments into it
Adrian Holovaty
2005-07-14
Changed many-to-many API to be get_FOO_list instead of get_FOOs
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty
[prev]