.. |
cache
|
Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, Gary
|
2007-05-08 04:13:46 +00:00 |
handlers
|
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
|
2007-04-26 13:30:48 +00:00 |
serializers
|
Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON serializer. Also added documenation for the 'fields' argument.
|
2007-06-01 13:39:08 +00:00 |
servers
|
Backed out the changes in [5482] for a bit whilst some more investigation into
|
2007-06-22 07:15:04 +00:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
context_processors.py
|
Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, and added that context processor to the default set. Thanks to Ubernostrum for the patch.
|
2007-05-29 11:09:24 +00:00 |
exceptions.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
handler.py
|
Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead.
|
2005-07-18 06:30:26 +00:00 |
mail.py
|
Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed a
|
2007-05-03 14:38:45 +00:00 |
management.py
|
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
|
2007-06-23 14:16:00 +00:00 |
paginator.py
|
Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages with only a few items. Thanks, SmileyChris.
|
2006-11-07 04:44:27 +00:00 |
signals.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
template_loader.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
urlresolvers.py
|
Fixed #4453 -- Allow dots in URL pattern names (although the string in that case is first tried as an import path and only then falls back to being treated as a pattern).
|
2007-06-25 04:34:34 +00:00 |
validators.py
|
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
|
2007-05-21 01:29:58 +00:00 |
xheaders.py
|
Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user exists
|
2006-11-23 04:34:45 +00:00 |