.. |
admin
|
Checking in latest results of running Google Closure Compiler on the admin JS. Looks like they changed the compiler output for 'false'
|
2011-12-09 21:43:24 +00:00 |
admindocs
|
Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Thanks shibz for the report and fix.
|
2011-11-16 10:30:19 +00:00 |
auth
|
Fixed #17194 -- Made sure the auth form tests work if a language other than English is activated by moving the error message translation strings into class level dictionaries. Many thanks to Claude Paroz, rabio and Bas Peschier for their initial work on this.
|
2011-12-15 16:12:46 +00:00 |
comments
|
Updated uses of i18n.blocktrans template tag to use the new more compact syntax introduced in 1.3.
|
2011-12-01 22:57:01 +00:00 |
contenttypes
|
Introduce `ContentType.objects.get_for_models(*models)` and use it in the the auth permissions code. This is a solid performance gain on the test suite. Thanks to ptone for the profiling to find this hotspot, and carl for the review.
|
2011-10-12 20:51:59 +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
|
Fixed #17057 -- Corrected flatpage url uniqueness validation to account for flatpage editing.
|
2011-10-17 00:56:32 +00:00 |
formtools
|
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
|
2011-11-13 19:05:02 +00:00 |
gis
|
Fixed #15255 -- Ensured createcachetable honors database routers.
|
2011-11-19 19:56:31 +00:00 |
humanize
|
Fixed the humanize tests to work properly with a pure-python datetime module (platforms such as PyPy)
|
2011-11-22 09:20:58 +00:00 |
localflavor
|
Fixed #17275 -- Moved some imports back from module level to class level to prevent the test suite from raising warnings.
|
2011-12-01 20:21:00 +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
|
Made some `contrib.messages` tests use `override_settings` for clarity. Thanks to Claude Paroz for the patch. Refs #16507, #16574.
|
2011-10-25 02:55:25 +00:00 |
redirects
|
Removed deprecated 'no' translation
|
2011-04-02 08:43:43 +00:00 |
sessions
|
Optimized the cached_db session backend to check if a key exists in the cache first.
|
2011-11-27 18:36:03 +00:00 |
sitemaps
|
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where possible: it's faster and it works for all dates.
|
2011-10-13 19:23:45 +00:00 |
sites
|
Fixed #16353 -- don't try to create Site objects on all databases. Refs #15573, #15346. Thanks Aymeric Augustin for the report and the patch.
|
2011-09-21 22:46:48 +00:00 |
staticfiles
|
Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings and path fragments.
|
2011-11-03 10:51:02 +00:00 |
syndication
|
Fixed #16753 -- Supported network-path references in the syndication framework. Thanks cato for the report and patch.
|
2011-11-18 22:54:24 +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 |