django1/django
Ramiro Morales b3b9049942 Fixed #17071 -- Made sure we report the right version of system-level {simple,}json module.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-20 17:21:10 +00:00
..
bin Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
conf Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks. 2011-10-13 05:56:15 +00:00
contrib Removed a small useless piece of code from `contrib.auth`. 2011-10-20 04:23:34 +00:00
core Fixed #16923 -- Removed unused method in the serialization code. 2011-10-13 19:39:46 +00:00
db Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
dispatch Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
forms Remove comments referencing encryption. Django doesn't do encryption. 2011-10-18 20:28:52 +00:00
http Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
middleware Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular, removed the assumption that environ['QUERY_STRING'] exists. 2011-10-06 20:39:15 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Fixed #14806 -- Added support for contextual translations to the `trans` and `blocktrans` template tags. Thanks to jtiai for the report. 2011-10-19 04:59:47 +00:00
templatetags Fixed #14806 -- Added support for contextual translations to the `trans` and `blocktrans` template tags. Thanks to jtiai for the report. 2011-10-19 04:59:47 +00:00
test Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and added tests. 2011-10-18 16:42:32 +00:00
utils Fixed #17071 -- Made sure we report the right version of system-level {simple,}json module. 2011-10-20 17:21:10 +00:00
views Fixed #16918 -- Ensured that custom querysets are used when provided to `BaseDateDetailView.get_object()`. Thanks to mitar for the report, to koenb for the patch and to Preston Holmes for the review. 2011-10-13 13:38:38 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00