.. |
admin
|
Fixed #5155 -- Translated the model name (when available) in the Recent Actions log.
|
2007-08-19 05:40:47 +00:00 |
auth
|
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
|
2007-08-20 01:03:33 +00:00 |
comments
|
Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app. Not a perfect fix (see ticket), but it will do as a holdover until the new comments framework is in place.
|
2007-08-11 10:50:39 +00:00 |
contenttypes
|
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
|
2007-08-20 01:03:33 +00:00 |
csrf
|
Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, mir@noris.de
|
2006-12-18 15:37:52 +00:00 |
databrowse
|
Fixed #4125 -- Added some small fixes to contrib.databrowse: fixed calendar views, added a summary of the number of objects in each list, and added a template entry point for the customisation enthusiasts. Nice work, SmileyChris.
|
2007-08-19 17:01:54 +00:00 |
flatpages
|
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used.
|
2007-08-05 05:14:46 +00:00 |
formtools
|
Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas.
|
2007-05-19 18:54:35 +00:00 |
humanize
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
localflavor
|
Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.
|
2007-08-19 07:38:39 +00:00 |
markup
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
redirects
|
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used.
|
2007-08-05 05:14:46 +00:00 |
sessions
|
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used.
|
2007-08-05 05:14:46 +00:00 |
sitemaps
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
sites
|
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used.
|
2007-08-05 05:14:46 +00:00 |
syndication
|
Improved syndication feed framework to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use the syndication feed framework. This is backwards incompatible if anybody has subclassed Feed and overridden __init__(), because the second parameter is now expected to be an HttpRequest object instead of request.path
|
2007-07-12 05:29:32 +00:00 |
webdesign
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
__init__.py
|
Created django.contrib and moved comments into it
|
2005-07-14 18:20:03 +00:00 |