.. |
admin
|
Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to allow for the dynamic display of links on the admin changelist. Thanks to graveyboat for the suggestion and initial patch.
|
2011-10-26 12:19:18 +00:00 |
admindocs
|
Removed unused code from admindocs app now that it supports reversing URLs.
|
2011-09-23 23:57:06 +00:00 |
auth
|
Removed a small useless piece of code from `contrib.auth`.
|
2011-10-20 04:23:34 +00:00 |
comments
|
Remove a great many of the remaining relative imports.
|
2011-10-17 18:45:22 +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
|
Fixed #16393 -- FormWizard's cookie storage backend now works with all versions of simplejson and the standard library json module.
|
2011-10-19 00:09:41 +00:00 |
gis
|
Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns results for unicode strings.
|
2011-10-20 20:08:33 +00:00 |
humanize
|
Avoid spurious failures in naturaltime tests.
|
2011-10-26 15:17:43 +00:00 |
localflavor
|
Remove all relative imports. We have always been at war with relative imports.
|
2011-10-18 00:47:49 +00:00 |
markup
|
Removed remains from times when tests could be run outside of runtests.py.
|
2011-10-26 21:03:18 +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
|
Fixed #16987 -- Improved error message for session tests. Thanks jMyles and DiskSpace for the patch.
|
2011-10-05 05:21:47 +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 #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss.
|
2011-10-22 04:30:10 +00:00 |
syndication
|
Advanced deprecations in contrib.syndication.
|
2011-04-02 08:36:40 +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 |