Django

Code

root/django/trunk/django/contrib/admin/templatetags


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9233 [9233] 10/17/08 17:43:36 kmtracey Fixed #8110 -- Allow for AdminLogNode?'s render to be called more than …
(edit) @9080 [9080] 09/21/08 11:57:26 kmtracey Fixed #7582: Removed checks that prevented null=True ForeignKey? fields …
(edit) @9045 [9045] 09/16/08 00:50:03 adrian Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run …
(edit) @8823 [8823] 09/01/08 17:43:38 brosner Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen …
(edit) @8762 [8762] 08/31/08 12:13:29 brosner Fixed #8631 -- Corrected a display issue with the popup submit_row where …
(edit) @8421 [8421] 08/17/08 00:16:16 brosner Fixed #8353 -- Corrected the case when adminform is not in the context …
(edit) @8388 [8388] 08/15/08 14:15:20 brosner Removed some checks for Model._meta.one_to_one_field to prevent …
(edit) @8385 [8385] 08/15/08 12:38:39 brosner Fixed #957 -- prepopulated_fields now works correctly on inlines.
(edit) @8353 [8353] 08/14/08 15:51:40 brosner Fixed #8324 -- Corrected the simple case where list_display is not given. …
(edit) @8352 [8352] 08/14/08 15:12:19 brosner Fixed #7503 -- Allow callables in list_display. This also does a lookup on …
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7363 [7363] 03/25/08 00:20:55 adrian Fixed #6852 -- Converted the admin to use the new paginator, to remove …
(edit) @6888 [6888] 12/04/07 13:17:25 jacob Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi …
(edit) @6720 [6720] 11/28/07 11:58:10 mtredinnick Fixed #6015 -- Fixed a CSS escaping issue for admin's edit-inline.
(edit) @6705 [6705] 11/19/07 19:37:34 mtredinnick Fixed #5976 -- Handle auto-escaping correctly for empty columns in admin …
(edit) @6703 [6703] 11/19/07 19:37:01 mtredinnick Fixed #5973 -- Fixed inadvertent allow_tags=True auto-escaping problem.
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6399 [6399] 09/20/07 23:00:32 jacob Fixed #3453: introduced a new template variable resolution system by Brian …
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5694 [5694] 07/14/07 08:14:28 mtredinnick Fixed #4862 -- Fixed invalid Javascript creation in popup windows in …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5511 [5511] 06/22/07 02:15:04 mtredinnick Backed out the changes in [5482] for a bit whilst some more investigation …
(edit) @5482 [5482] 06/17/07 02:11:37 mtredinnick Fixed #4565 -- Changed template rendering to use iterators, rather …
(edit) @5318 [5318] 05/22/07 11:56:53 jacob Fixed #3397 (again): admin_order_field is now displayed correctly in the …
(edit) @5302 [5302] 05/20/07 20:29:58 mtredinnick Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the …
(edit) @5170 [5170] 05/07/07 22:56:44 mtredinnick Fixed #4200 -- Made get_admin_log template tag behave according to …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @4692 [4692] 03/09/07 03:32:39 mtredinnick Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used …
(edit) @4596 [4596] 02/25/07 23:37:24 jacob Fixed #3397: You can now order by non-DB fields in the admin by telling …
(edit) @4486 [4486] 02/11/07 17:50:35 mtredinnick Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
(edit) @4485 [4485] 02/11/07 00:20:52 russellm Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls …
(edit) @4309 [4309] 01/12/07 13:40:06 jacob Fixed #3287: method columns in the admin changelist can now have a …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @4034 [4034] 11/06/06 20:04:06 jacob Fixed #2972: prepopulate_from now works with multiple slugs on the same …
(edit) @3922 [3922] 10/24/06 11:37:51 adrian Fixed #2943 -- Changed admin select filter box to work properly with …
(edit) @3801 [3801] 09/23/06 05:02:16 mtredinnick Fixed #2508 -- Added back support for custom edit_inline classes. …
(edit) @3649 [3649] 08/22/06 12:45:21 adrian Fixed #2582 -- filter_interface now works on fields with verbose_name …
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3333 [3333] 07/11/06 14:08:24 adrian Fixed #2301 -- Fixed HTML problem with list_display_links. Thanks, kilian
(edit) @3307 [3307] 07/09/06 23:16:26 adrian Fixed #2301 -- Added list_display_links option to 'class Admin', which …
(edit) @3147 [3147] 06/19/06 07:35:38 mtredinnick Refs #1834 -- Documented include_admin_script tag in admin interface. …
(edit) @3124 [3124] 06/13/06 18:18:15 adrian Fixed #2148 -- Now escaping ForeignKey? fields correctly in Django admin …
(edit) @3056 [3056] 06/01/06 23:26:07 adrian Fixed #2063 -- Made admin date_hierarchy i18n-friendly by using the new …
(edit) @2999 [2999] 05/29/06 06:02:32 lukeplant Fixed #2029 - models now sorted by verbose_name_plural in …
(edit) @2920 [2920] 05/16/06 15:28:50 adrian Fixed #1834 -- Added docstrings to admin template tags. Thanks, …
(edit) @2861 [2861] 05/06/06 13:56:03 lukeplant Changed the admin index to sort models alphabetically.
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(edit) @2844 [2844] 05/04/06 22:24:42 adrian Fixed #1699 -- Fixed JavaScript? error in admin site with raw_id_admin and …
(edit) @2831 [2831] 05/04/06 12:09:18 jacob Fixed #1583: django.contrib.admin.templatetags.admin_list no longer …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2687 [2687] 04/12/06 08:35:31 adrian Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter
(edit) @2649 [2649] 04/09/06 22:34:47 adrian Renamed ManyToOne? to ManyToOneRel? to be consistent with ManyToManyRel?
(edit) @2648 [2648] 04/09/06 22:32:38 adrian Fixed #1600 -- Renamed ManyToMany? to ManyToManyRel? so people get a clearer …
(edit) @2468 [2468] 03/01/06 23:07:22 adrian Fixed #1431 -- Removed unneeded line in …
(edit) @2068 [2068] 01/18/06 21:29:45 adrian Removed commented-out decorator syntax in admin template tags. It was …
(edit) @2066 [2066] 01/18/06 21:25:12 adrian Made small simplification to admin_modify template tag logic
(edit) @1982 [1982] 01/15/06 00:28:41 adrian Fixed #615 -- Admin views now use escape() instead of strip_tags(). …
(edit) @1486 [1486] 11/28/05 23:50:07 adrian Negligible spacing fix to admin.templatetags.admin_modify
(edit) @1443 [1443] 11/26/05 16:46:31 adrian Fixed #911 -- Made template system scoped to the parser instead of the …
(edit) @1434 [1434] 11/25/05 15:20:09 adrian MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a …
(edit) @1411 [1411] 11/24/05 19:00:52 adrian Converted django.contrib.admin.templatetags.adminmedia to use simple_tag …
(edit) @948 [948] 10/18/05 20:09:05 adrian Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a …
(add) @946 [946] 10/18/05 18:15:47 adrian Added django.contrib.admin.templatetags. Refs #627
Note: See TracRevisionLog for help on using the revision log.