..
admin
Fixed a use of old url template tag in an admin template.
2010-12-02 14:26:42 +00:00
admindocs
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
2010-10-11 12:55:17 +00:00
auth
Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views.
2010-12-02 00:44:35 +00:00
comments
Fixed #12325 -- Allows zero values for moderate_after and close_after fields of comment moderators. Thanks, Gabriel Hurley.
2010-11-13 18:42:56 +00:00
contenttypes
Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Thanks, gregmuellegger.
2010-11-13 18:42:31 +00:00
csrf
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
2010-10-11 12:20:07 +00:00
databrowse
Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when
2010-10-10 01:57:56 +00:00
flatpages
Don't mark a TemplateSyntaxError in flatpages as being translatable.
2010-10-10 17:54:20 +00:00
formtools
Few improvements to FormPreview, thanks Andy!
2010-11-21 13:47:38 +00:00
gis
GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp` and `distapp` tests, and made both use Django's `TestCase`; moved functionality out of `GeoDjangoTestSuiteRunner` to allow future re-use in `runtests.py` (refs #10420 ); compressed test app fixtures and cleaned up imports.
2010-12-02 05:58:21 +00:00
humanize
Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney
2010-01-10 21:37:20 +00:00
localflavor
Fixed #14741 -- CZ Localflavor clean() incorrectly called super.__init__. Thanks for the report and patch idangazit!
2010-11-21 14:06:32 +00:00
markup
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
2010-10-11 12:55:17 +00:00
messages
Fixed #14632 -- Skip a messages test if auth app is not in INSTALLED_APPS. Thanks, gregmuellegger.
2010-11-13 18:43:13 +00:00
redirects
Cleaned up a bunch of minor doc stuff:
2008-09-02 16:42:13 +00:00
sessions
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch.
2010-11-26 13:30:50 +00:00
sitemaps
Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptions about the environment in which the tests are run. Thanks to Gabriel Hurley for the report and patch.
2010-10-12 07:15:47 +00:00
sites
Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!
2010-10-18 04:56:27 +00:00
staticfiles
Added an additional check for the availability of the STATIC_* settings to make sure upgrading a pre-1.3 project doesn't raise a misleading error. Thanks for the report, Florian Apolloner.
2010-12-02 00:43:36 +00:00
syndication
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
2010-10-11 12:20:07 +00:00
webdesign
Converted contrib/webdesign doctests to unittests. We thoroughly deplore those doctests.
2010-10-10 01:06:56 +00:00
__init__.py
Created django.contrib and moved comments into it
2005-07-14 18:20:03 +00:00