django1/django
Simon Charette 9d3f7a21a3 [1.6.x] Fixed #20765 -- 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.

Backport of 415a36947c from master.
2013-07-19 23:45:29 -04:00
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf [1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated 2013-07-13 16:20:09 +02:00
contrib [1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs. 2013-07-18 18:23:21 -04:00
core [1.6.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3. 2013-07-09 11:57:44 -04:00
db [1.6.x] Fixed backport of #20740 2013-07-12 18:00:09 -04:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms [1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation. 2013-07-19 23:45:29 -04:00
http Fixed missing initializations in WSGIRequest. Refs #20619 2013-06-26 14:36:25 +07:00
middleware Removed several unused imports. 2013-06-19 17:18:40 +02:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument 2013-06-25 20:28:35 +02:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test [1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear down aliases 2013-07-13 17:46:37 -04:00
utils [1.6.x] Fixed #20711 -- Fixed broken link in timesince.py docstring 2013-07-07 12:40:44 -04:00
views Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index 2013-06-24 11:59:08 +02:00
__init__.py Updated version numbers and setup.py for 1.6beta. 2013-06-28 08:15:10 -05:00