.. |
admin
|
Fixed #18530 -- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report.
|
2012-09-15 16:20:56 -07:00 |
admindocs
|
Replaced many smart_bytes by force_bytes
|
2012-08-29 11:20:32 +02:00 |
auth
|
Only update `last_login` instead of the whole user object in `update_last_login`.
|
2012-09-17 19:52:22 +02:00 |
comments
|
[py3] Refactored __unicode__ to __str__.
|
2012-08-12 14:44:40 +02:00 |
contenttypes
|
[py3] Refactored __unicode__ to __str__.
|
2012-08-12 14:44:40 +02:00 |
databrowse
|
Replaced some smart_xxx by force_xxx equivalent
|
2012-08-30 15:46:16 +02:00 |
flatpages
|
[py3] Refactored __unicode__ to __str__.
|
2012-08-12 14:44:40 +02:00 |
formtools
|
[py3] Fixed formtools tests.
|
2012-08-18 10:39:33 +02:00 |
gis
|
Used ST_AsText for testing PostGIS raw query
|
2012-09-15 12:02:28 +02:00 |
humanize
|
[py3] Ported django.utils.encoding.
|
2012-08-07 12:00:22 +02:00 |
localflavor
|
Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit.
|
2012-09-07 15:08:07 -04:00 |
markup
|
Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial patch.
|
2012-09-08 12:13:46 -04:00 |
messages
|
Fixed #18781 -- Reduced max session cookie size.
|
2012-09-07 19:24:02 -04:00 |
redirects
|
[py3] Refactored __unicode__ to __str__.
|
2012-08-12 14:44:40 +02:00 |
sessions
|
Adjust d7853c5 to not show ignorable warnings when running tests.
|
2012-09-08 20:28:31 -04:00 |
sitemaps
|
[py3] Fixed sitemaps tests.
|
2012-08-14 20:14:31 +02:00 |
sites
|
[py3] Refactored __unicode__ to __str__.
|
2012-08-12 14:44:40 +02:00 |
staticfiles
|
Fixed comment typo
|
2012-08-29 17:09:47 -07:00 |
syndication
|
Fixed syndication under python3.
|
2012-08-15 01:54:18 -07:00 |
webdesign
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
__init__.py
|
Created django.contrib and moved comments into it
|
2005-07-14 18:20:03 +00:00 |