.. |
archives
|
Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing.
|
2011-12-22 22:38:02 +00:00 |
eggs
|
|
|
test_module
|
|
|
__init__.py
|
|
|
archive.py
|
Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing.
|
2011-12-22 22:38:02 +00:00 |
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
|
Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on the authentication middleware. Thanks, vanschelven.
|
2011-07-03 17:56:25 +00:00 |
feedgenerator.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
functional.py
|
|
|
html.py
|
Added 'format_html' utility for formatting HTML fragments safely
|
2012-07-03 22:20:12 +01: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
|
Fixed #15525 -- Custom template tags loading breaks whenever templatetags is a python file
|
2011-08-28 02:37:16 +00:00 |
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
|
Fixed #15525 -- Custom template tags loading breaks whenever templatetags is a python file
|
2011-08-28 02:37:16 +00:00 |
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
|
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
|
2011-11-18 13:01:06 +00:00 |