django1/django/contrib
Malcolm Tredinnick 96a417f91d Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 22:46:39 +00:00
..
admin Fixed a small initialisation edge-case in the raw_id_fields section of admin. 2008-09-03 21:16:05 +00:00
admindocs Fixed #7466: do a better job figuring out links from the admin docs into the rest of the admin. 2008-08-29 19:29:16 +00:00
auth Fixed #8433 -- Deal with the add user popup on models that foreign key to User correctly. Thanks sorl for the report and fix. 2008-08-31 21:24:33 +00:00
comments Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855. 2008-09-03 22:46:39 +00:00
contenttypes Fixed #8669 -- Use a consistent version of create() across the board for 2008-09-03 00:09:33 +00:00
csrf Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00
databrowse Fixed #8519: report the correct class in databrowse's `AlreadyRegistered` error. Thanks, mattmcc. 2008-08-25 18:32:26 +00:00
flatpages Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
formtools Fixed #8653: make formtools' security hash more rubust. Silly that I didn't think of this before; thanks to bthomas for providing the obvious fix. 2008-08-29 19:15:34 +00:00
gis Fixed `GeoRSSSitemap` to no longer use both `args` and `kwargs` with `urlresolvers.reverse` (no longer allowed since r8760). 2008-09-02 17:13:39 +00:00
humanize Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
localflavor Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django.contrib.localflavor.us`. This is a backwards-incompatible change, albeit a minor one; just add an aditional `import` and go on your way. 2008-09-01 22:15:35 +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 a small oversight in [8750]; thanks for the sharp eyes, Warren. Fixes #8616. 2008-09-01 20:25:16 +00:00
sitemaps Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks, 2008-08-08 15:40:31 +00:00
sites Fixed #8710: removed a few stray tabs. Thanks, gkelly. 2008-08-30 19:25:40 +00:00
syndication Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; added the `feed_extra_kwargs` and `item_extra_kwargs` to the `Feed` baseclass so that it's possible for subclasses to add dynamic attributes. 2008-08-16 20:40:47 +00:00
webdesign Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00