summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2005-09-22Converted django.views.auth.login to use load_and_renderAdrian Holovaty
2005-09-22Converted django.views.registration.passwords to use load_and_render -- it's ...Adrian Holovaty
2005-09-20Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary...Adrian Holovaty
2005-09-02Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ...Adrian Holovaty
2005-08-30Fixed display bug in admin when deleting an object that has a OneToOneFieldAdrian Holovaty
2005-08-29Fixed small bug in manipulator handling of one-to-one-related foreign keysAdrian Holovaty
2005-08-26Fixed #423 -- Fixed bug in ForeignKey admin filters. Thanks, jkocherhansAdrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-23Fixed a small bug in admin changelist view -- the code that handles ordering byJacob Kaplan-Moss
2005-08-16Fixed small bug in views.auth.login.loginAdrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-08-16Added raw_id_admin support to ManyToManyField objects; fixes #260Jacob Kaplan-Moss
2005-08-16Fixed typo in django.views.auth.loginAdrian Holovaty
2005-08-12Fixed #310 -- thanks, mordahaJacob Kaplan-Moss
2005-08-10Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note...Adrian Holovaty
2005-08-10Cleaned up admin view code to use new 'pk' lookup syntaxAdrian Holovaty
2005-08-10Removed media.ljworld.com reference from admin_media/js/SelectFilter2.js. Ref...Adrian Holovaty
2005-08-09Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty
2005-08-08Fixed typos in generic-views documentationAdrian Holovaty
2005-08-06Fixed #270 -- Admin change forms now display default values in num_extra_on_c...Adrian Holovaty
2005-08-06Fixed #7 -- Fixed subtle admin changelist filter bug in maintaining state. Th...Adrian Holovaty
2005-08-05Updated admin doc view to reflect changes from [411]Adrian Holovaty
2005-08-04Fixed #267 -- "Save and continue editing" no longer assumes object has an ID ...Adrian Holovaty
2005-08-02Added doc view for templates that will show the search path for a given templ...Jacob Kaplan-Moss
2005-08-02Made a bunch of fixes to auto-generated admin documentation:Jacob Kaplan-Moss
2005-08-01Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty
2005-07-29Changed admin views to output utf-8 charset explicitlyAdrian Holovaty
2005-07-28Whoop, left in an 'assert False' in [333]Adrian Holovaty
2005-07-28Fixed #218 -- Fixed admin change-list column sortingAdrian Holovaty
2005-07-26Fixed #187 -- Made admin view handle one-to-one relationships in which the pa...Adrian Holovaty
2005-07-26Fixed #162 -- Admin log now records repr() before calling delete(), instead o...Adrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-26Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...Adrian Holovaty
2005-07-25Fixed #196: date-based generic views now have a "use_numeric_months" option i...Jacob Kaplan-Moss
2005-07-25Fixed #195: generic views now allow callables in extra_context dicts -- thank...Jacob Kaplan-Moss
2005-07-24A bunch of generics: documentation of generic views; cleaned up existing gene...Jacob Kaplan-Moss
2005-07-23Fixed #168 -- admin object history was assuming primary key was named 'id'. T...Adrian Holovaty
2005-07-22Fixed #156 -- Fixed admin changelist bug as a result of ordering syntax changeAdrian Holovaty
2005-07-22Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...Adrian Holovaty
2005-07-22Tiny code compression in django.views.admin.mainAdrian Holovaty
2005-07-22Fixed #145 -- Changed admin logout to use views.auth.login.logout, which uses...Adrian Holovaty
2005-07-21Fixed #137 -- thanks nesh@studioquattro.co.yuJacob Kaplan-Moss
2005-07-21Refactored django.views.admin.main to call opts.admin.get_field_objs() only o...Adrian Holovaty
2005-07-20Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Als...Adrian Holovaty
2005-07-20Changed django.views.defaults to use template.Context instead of core.extensi...Adrian Holovaty
2005-07-18Fixed bug in dynamically-generated docs -- ForeignKeys were throwing an excep...Adrian Holovaty
2005-07-18Moved django.views.decorators.cache.compress_string into django.utils.textAdrian Holovaty
2005-07-17Fixed path to icon_searchbox.pngWilson Miner
2005-07-17Fixed #43Wilson Miner
2005-07-16Changed generic admin changelist to order by ID if no other ordering is speci...Adrian Holovaty