This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
utils
History
Aymeric Augustin
85cd458944
Removed u prefixes on unicode strings.
...
They break Python 3.
2012-07-20 12:29:22 +02:00
..
archives
…
eggs
…
test_module
…
__init__.py
…
archive.py
…
baseconv.py
…
checksums.py
…
crypto.py
Fixed
#17481
. pbkdf2 hashes no longer ommit leading zeros.
2012-02-02 04:44:17 +00:00
datastructures.py
Remove DotExpandedDict, which was undocumented and unused.
2012-07-14 19:04:37 -07:00
dateformat.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
datetime_safe.py
…
decorators.py
…
feedgenerator.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
functional.py
…
html.py
Removed u prefixes on unicode strings.
2012-07-20 12:29:22 +02:00
http.py
Fixed
#12140
-- Fixed http.urlencode result for empty lists
2012-06-14 11:32:40 +02:00
ipv6.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
jslex.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
models.py
…
module_loading.py
…
regex_helper.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
simplelazyobject.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
termcolors.py
…
test_no_submodule.py
…
tests.py
Remove DotExpandedDict, which was undocumented and unused.
2012-07-14 19:04:37 -07:00
text.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
timesince.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
timezone.py
Fixed
#17992
-- Added a public API for localtime.
2012-04-29 15:37:23 +02:00
tzinfo.py
…