django1/django/contrib
Jacob Kaplan-Moss a075422bfc Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks, Alex Robbins.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-18 20:12:53 +00:00
..
admin Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales. 2009-04-11 13:45:45 +00:00
admindocs Fixed #10538: use a prefix for HTML ids on the admin doc page to avoid conflicts with existing elements. Thanks, Justin Lilly. 2009-04-01 21:33:22 +00:00
auth Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logout templates. 2009-04-10 15:50:51 +00:00
comments Fixed #10169: don't accidentally try to redirect to "None" after posting a comment. 2009-04-07 20:22:36 +00:00
contenttypes Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks, Alex Robbins. 2009-04-18 20:12:53 +00:00
csrf Fixed tabs in source, stupid emacs. 2009-02-07 19:32:37 +00:00
databrowse Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
flatpages Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
formtools Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield. 2009-03-31 16:07:07 +00:00
gis Fixed #9620 -- `GeometryColumns` and `SpatialRefSys` models now play nice with the `AppCache` routines. 2009-04-16 22:25:01 +00:00
humanize
localflavor Fixed #8515 -- Fixed validation of Polish REGON numbers. 2009-04-10 01:03:44 +00:00
markup Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as 2008-04-15 02:00:15 +00:00
redirects Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
sessions Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
sitemaps Fixed #8574 -- Made Sitemap a new-style class 2008-09-17 04:56:04 +00:00
sites Invalidate the appropriate SITE_CACHE entry when saving a Site model. 2009-02-27 04:57:33 +00:00
syndication Fixed #9957: feeds now respect time zone information provided by the pub date. 2009-04-07 21:20:14 +00:00
webdesign
__init__.py