django/django
Karen Tracey b86a00187d Merge pull request #28 from akaariai/ticket_18163
Ticket 18163 - use faster password hasher in tests.
2012-05-02 16:06:00 -07:00
..
bin Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
conf Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
contrib Ensured tests pass using custom PASSWORD_HASHERS. 2012-04-30 22:10:27 +03:00
core Skip model validation when models are known good. 2012-05-01 08:40:04 +03:00
db Fixed #17742 -- Handled aware datetimes in DateField 2012-05-01 11:29:55 +02:00
dispatch Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
forms Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
http Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02: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 #4746 -- Allowed spaces around filter separator. 2012-04-30 21:01:06 +02:00
templatetags Fixed #17992 -- Added a public API for localtime. 2012-04-29 15:37:23 +02:00
test Skip model validation when models are known good. 2012-05-01 08:40:04 +03:00
utils Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
views Fixed #18217 -- Time zone support in generic views 2012-04-30 20:48:19 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00