django1/django/contrib/admin/templates/widget
Jacob Kaplan-Moss 0df9fb8f9a Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thanks to David Schein)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-27 18:52:54 +00:00
..
date_time.html first take at admin JavaScript translation - translation hooks for the calendar and time picker are added and the german translation is updated 2005-12-04 12:30:14 +00:00
default.html Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00
file.html added missing translations to the file widget 2005-12-17 21:27:54 +00:00
foreign.html Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thanks to David Schein) 2006-02-27 18:52:54 +00:00
many_to_many.html MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separate commit) 2005-11-25 21:20:09 +00:00
one_to_one.html Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneField. Thanks, Joseph Kocherhans 2006-01-09 02:06:00 +00:00