.. |
db
|
Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3
|
2005-09-28 23:08:47 +00:00 |
handlers
|
Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, eugene
|
2005-09-13 03:21:44 +00:00 |
meta
|
Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3
|
2005-09-28 23:08:47 +00:00 |
servers
|
Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks, ibatugow@gmail.com
|
2005-08-29 21:48:32 +00:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
cache.py
|
Quick bug fix to [699] - fixes #515.
|
2005-09-26 16:30:14 +00:00 |
defaultfilters.py
|
Fixed #539 -- Added support for strides to 'slice' template filter, and made the code more efficient. Thanks, Esaj
|
2005-09-23 00:12:24 +00:00 |
defaulttags.py
|
Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} and {% ifnotequal %} now both accept an optional {% else %} clause. Unit tests included.
|
2005-08-29 21:11:41 +00:00 |
exceptions.py
|
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions
|
2005-07-16 22:12:24 +00:00 |
extensions.py
|
Added django.core.extensions get_object_or_404 and get_list_or_404
|
2005-09-23 21:40:04 +00:00 |
formfields.py
|
Fixed #213 -- Improved formfields.TimeField.html2python() so that it doesn't fail for None input
|
2005-09-27 03:34:58 +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
|
Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix
|
2005-09-27 16:32:21 +00:00 |
management.py
|
Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3
|
2005-09-28 23:08:47 +00:00 |
paginator.py
|
Fixed a legacy ordering_tuple --> order_by renaming in core.paginator
|
2005-07-22 05:11:37 +00:00 |
rss.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
template.py
|
Fixed mutable-argument bug in template.Context init. Thanks, Luke
|
2005-09-17 23:06:16 +00:00 |
template_file.py
|
Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you override the default '.html' if you want to use a different extension (or none at all) for templates
|
2005-09-14 01:24:36 +00:00 |
template_loader.py
|
Fixed #501 -- Fixed block.super in multi-level templates, and added unit tests to confirm. Thanks for the patch, django@kieranholland.com
|
2005-09-29 04:22:09 +00:00 |
urlresolvers.py
|
Fixed #131 -- URLconfs that are 'included' now receive captured parameters from parent URLconfs. Thanks for the idea, jcernelli@gmail.com
|
2005-09-27 04:24:19 +00:00 |
validators.py
|
Moved JING from django.core.validators into settings where it belongs. Fixes #568.
|
2005-09-27 16:34:10 +00:00 |
xheaders.py
|
Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com
|
2005-08-31 16:27:59 +00:00 |