django1/django
Simon Charette 415a36947c Fixed -- Set small values of `step` using exponential notation.
Browsers parse small factors of 10 as 0 under decimal notation.

Thanks to Trac alias matklad for the report and Claude Paroz for the review.
2013-07-19 23:31:15 -04:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Fixed -- Allowed default Form.label_suffix to be translated 2013-07-13 16:19:16 +02:00
contrib Fixed -- Added Atom1Feed `published` element 2013-07-19 10:38:34 -04:00
core Fixed -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
db Fixed -- Added model discovery in models module without the need to specify app_label. 2013-07-16 19:32:30 -04:00
dispatch Fixed -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Fixed -- Set small values of `step` using exponential notation. 2013-07-19 23:31:15 -04:00
http Fixed -- Added UploadedFile.content_type_extra. 2013-07-11 09:11:59 -04:00
middleware Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Allowed Context.push to behave as a context mananger. 2013-07-17 13:32:32 -04:00
templatetags Fixed -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class 2013-07-19 20:30:14 +02:00
utils Fixed -- Added Atom1Feed `published` element 2013-07-19 10:38:34 -04:00
views Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00