django1/django/contrib/admin
Jacob Kaplan-Moss 15416a9016 Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`. Thanks, jamesturk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8700 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 16:13:17 +00:00
..
media Fixed #8499 -- Corrected a couple of instances of where the CSS class name error should be errors. Thanks rmyers for catching this. 2008-08-25 19:29:13 +00:00
templates Marked a couple of unmarked strings in edit_inline templates and corrected a marked string. 2008-08-26 18:15:19 +00:00
templatetags Fixed #8353 -- Corrected the case when adminform is not in the context when rendering {% prepopulated_fields_js %} in the admin. Thanks evan_schulz for the initial patch. 2008-08-17 05:16:16 +00:00
views Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`. Thanks, jamesturk. 2008-08-29 16:13:17 +00:00
__init__.py Fixed #8126: improved `admin.autodiscover()` to be more forgiving of invalid `INSTALLED_APPS` entries and/or exotic import schemes that don't have `__path__`. 2008-08-26 16:18:20 +00:00
filterspecs.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
helpers.py When a form in the admin has no fields prevent failure. 2008-08-29 16:07:19 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin. 2008-08-29 16:09:29 +00:00
sites.py Marked a handful of missed strings for translation. Fixes #8644, #8617, and #8610. 2008-08-28 20:17:31 +00:00
util.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
validation.py Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation when using custom `ModelForm`s. 2008-08-28 15:43:04 +00:00
widgets.py Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`. Thanks, jamesturk. 2008-08-29 16:13:17 +00:00