.. |
admin
|
Fixed #17198 -- Ensured that a deterministic order is used across all database backends for displaying the admin change list's results. Many thanks to Luke Plant for the report and general approach, to everyone involved in the design discussions, and to Carl Meyer for the patch review. Refs #16819.
|
2012-03-03 02:13:35 +00:00 |
admindocs
|
Fixed #12099 -- Prevented admindocs from crashing when an application that provides template tags libraries is packaged as an egg. These libraries will be ignored.
|
2012-01-28 18:18:01 +00:00 |
auth
|
Fixed #17046 -- Added a check if the username passed to User.objects.create_user is empty or not. Thanks, kwadrat.
|
2012-03-02 16:56:20 +00:00 |
comments
|
Fixed #17597 -- Marked a word for translation in the comments app's form class. Thanks, Claude Paroz.
|
2012-02-04 18:26:58 +00:00 |
contenttypes
|
Fixed #17696 - Queryset prefetch_related() ignores using()
|
2012-03-01 00:57:01 +00:00 |
databrowse
|
Added basic tests for databrowse. Refs #5968.
|
2012-01-28 20:58:22 +00:00 |
flatpages
|
Added __future__ import for Python 2.5 forgotten in r17402.
|
2012-01-28 20:37:05 +00:00 |
formtools
|
Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when stepping through the forms.
|
2012-03-03 01:06:37 +00:00 |
gis
|
Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. Thanks zmsmith for report, and Ramiro for draft patch and review.
|
2012-03-02 22:32:22 +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
|
Changed various non-breaking space characters from [17478] to use the code representation rather than the actual character, which is too hard to overlook because it just looks like a space
|
2012-02-17 20:23:42 +00:00 |
markup
|
Corrected contrib.markup filter errors to not use misleading template syntax.
|
2012-03-01 19:49:19 +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
|
Cleanup to use get_random_string consistently.
|
2012-02-23 21:39:12 +00:00 |
sitemaps
|
Fixed #10793 -- Stopped caching paginator instances in sitemap classes to prevent stale sitemaps. Thanks, gnosek, krzysiumed and adam_przybyla.
|
2012-02-09 18:56:49 +00:00 |
sites
|
Fixed #17415 -- Reset database sequence for Site's pk after creating the default site with an explicit pk. Thanks niko AT neagee net for the report, Russell and Karen for describing the fix, and Anssi for drafting the patch.
|
2012-01-07 08:53:36 +00:00 |
staticfiles
|
Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that prevented it from finding files in nested directories. Many thanks to lpetre.
|
2012-03-02 11:29:14 +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 |