django/django
Claude Paroz c34d069a75 Removed direct print statements from django management commands.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-26 19:56:20 +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 Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
contrib Removed deprecated gender check in cz localflavor. Refs #14593. 2012-04-26 17:48:50 +00:00
core Removed direct print statements from django management commands. 2012-04-26 19:56:20 +00:00
db Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used as an AutoField value. 2012-04-24 18:03:14 +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 Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in addition to regular files. Thank you to Brian Rosner, for encouraging me to first contribute to Django 4 years ago. 2012-04-22 14:44:08 +00:00
http Removed deprecated CompatCookie. 2012-03-31 12:54:40 +00:00
middleware Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards. 2012-03-02 22:35:26 +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 #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
templatetags Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
test Fixed #17954 -- Fixed dependency checking for test databases. Thanks Łukasz Rekucki for the report and the patch. 2012-04-24 16:05:47 +00:00
utils Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creaturecreative.com and adamzap for the report and the patch. 2012-04-11 17:49:22 +00:00
views Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. 2012-04-25 19:17:47 +00:00
__init__.py Advanced version identifiers for 1.5 development cycle. 2012-03-31 19:39:28 +00:00