django1/django/contrib
Julien Phalip a343a84ce6 Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWebDriverTestCase` to prevent some concurrency issues with in-memory SQLite database access in the admin Selenium tests. Thanks to Florian Apolloner, Anssi Kääriäinen and Aymeric Augustin for their help debugging this problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-28 22:20:30 +00:00
..
admin Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWebDriverTestCase` to prevent some concurrency issues with in-memory SQLite database access in the admin Selenium tests. Thanks to Florian Apolloner, Anssi Kääriäinen and Aymeric Augustin for their help debugging this problem. 2011-12-28 22:20:30 +00:00
admindocs Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
auth Fixed #17457 -- Marked strings used in hash descriptions for translation. 2011-12-24 19:38:37 +00:00
comments Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
contenttypes Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
databrowse Fixed #16565 -- Fixed a databrowse error on null foreign key, even though databrowse is deprecated. Thanks aaugustin for the patch. 2011-09-22 06:37:50 +00:00
flatpages Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
formtools Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
gis Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
humanize Fixed #17414 -- Prevented numberformat from trying to group digits when the number of digits per group is zero. 2011-12-24 11:01:57 +00:00
localflavor Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
markup Fixed #17135 -- Made it possible to use decorators (like stringfilter) on template filter functions in combination with auto-escaping. Refs #16726. 2011-10-30 07:32:21 +00:00
messages Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
redirects Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
sessions Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
sitemaps Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519 2011-12-17 03:53:25 +00:00
sites Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
staticfiles Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some URLs better that are used to add support for webfonts to IE 6-8. Also ignore `data:` URLs and fragment-only URLs (e.g. `#default#VML`). 2011-12-27 22:49:24 +00:00
syndication Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519 2011-12-17 03:53:25 +00:00
webdesign Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00