<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/conf/locale/ml/formats.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Used vertical hanging indentation for format lists with inline comments.</title>
<updated>2022-02-01T14:11:35Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-01-31T09:10:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca88caa1031c0de545d82de8d90dcae0e03651fb'/>
<id>urn:sha1:ca88caa1031c0de545d82de8d90dcae0e03651fb</id>
<content type='text'>
Lists with multiple values and comments per-line are reformatted
by Black to multiple lines with a single comment. For example:

DATE_INPUT_FORMATS =
    "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y",  # '2006-10-25', '10/25/2006', '10/25/06'
]

is reformatted to the:

DATE_INPUT_FORMATS =
    "%Y-%m-%d",
    "%m/%d/%Y",
    "%m/%d/%y",  # '2006-10-25', '10/25/2006', '10/25/06'
]

This reformats affected entries to multiple lines with corresponding
comments.
</content>
</entry>
<entry>
<title>Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input formats.</title>
<updated>2020-01-07T10:08:40Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-01-04T10:44:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=188b003014dc727ca22f7fafb21cf2fa0b3472d2'/>
<id>urn:sha1:188b003014dc727ca22f7fafb21cf2fa0b3472d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29784 -- Switched to https:// links where available.</title>
<updated>2018-09-26T06:48:47Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-26T06:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82f286cf6f198d37850d3c5df637b5665566a66b'/>
<id>urn:sha1:82f286cf6f198d37850d3c5df637b5665566a66b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24149 -- Normalized tuple settings to lists.</title>
<updated>2015-02-03T19:59:45Z</updated>
<author>
<name>darkryder</name>
<email>sambhav13085@iiitd.ac.in</email>
</author>
<published>2015-01-21T16:55:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ec8aa5e5d42ac4529846f7eae6bf4982800abff'/>
<id>urn:sha1:9ec8aa5e5d42ac4529846f7eae6bf4982800abff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed all E261 warnings</title>
<updated>2013-11-02T22:20:39Z</updated>
<author>
<name>coagulant</name>
<email>baryshev@gmail.com</email>
</author>
<published>2013-11-02T21:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3bc0d46a840f17dce561daca8a6b8690b2cf5d0a'/>
<id>urn:sha1:3bc0d46a840f17dce561daca8a6b8690b2cf5d0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2013-10-10T20:49:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-10T20:42:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dae4ac1778f04805c0ed62c8debb13b281ba02b'/>
<id>urn:sha1:1dae4ac1778f04805c0ed62c8debb13b281ba02b</id>
<content type='text'>
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
</content>
</entry>
<entry>
<title>Fixed #16888 -- Added microseconds in localized input formats</title>
<updated>2013-03-02T18:04:23Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-02T18:04:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21722702c8ca85895d245ce2967e7336a168585d'/>
<id>urn:sha1:21722702c8ca85895d245ce2967e7336a168585d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put unicode_literals into all formats.py</title>
<updated>2013-02-15T08:02:44Z</updated>
<author>
<name>Alexey Boriskin</name>
<email>sun.void@gmail.com</email>
</author>
<published>2013-02-14T22:25:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b8061397eac019f42f875b6fff99b26a6dfdf229'/>
<id>urn:sha1:b8061397eac019f42f875b6fff99b26a6dfdf229</id>
<content type='text'>
</content>
</entry>
</feed>
