.. |
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
|
Fixed #17634 -- Optimized the performance of MultiValueDict by using append instead of copy and by minimizing the number of dict lookups. Refs #736.
|
2012-02-09 18:41:20 +00:00 |
dateformat.py
|
Updated a few localization formats to stop the changes done in r17473 from breaking the tests.
|
2012-02-10 01:13:29 +00: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 #15237 (again). RSS feeds now include proper character encoding in the mimetype. Thanks shadow for the report and Michal Rzechonek for the patch.
|
2012-02-10 23:45:22 +00:00 |
functional.py
|
Fixed #9200 -- Added new form wizard to formtools based on class based views. Many thanks to Stephan Jäkel, ddurham and ElliottM for their work.
|
2011-06-01 13:47:00 +00:00 |
html.py
|
…
|
|
http.py
|
Use Python's changed comparisons, which makes this a bit more readable.
|
2012-02-16 01:10:21 +00:00 |
ipv6.py
|
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.
|
2011-06-11 13:48:24 +00:00 |
jslex.py
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +00: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 #17492 -- Allow reversal of named backreferences. Thanks nate_b
|
2012-01-03 22:49:13 +00:00 |
simplelazyobject.py
|
Fixed #16563 - Error pickling request.user
|
2011-12-15 02:33:14 +00: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
|
Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b
|
2012-01-03 22:49:13 +00:00 |
text.py
|
Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong and Claude Paroz.
|
2012-01-02 18:47:18 +00:00 |
timesince.py
|
Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a date object. Thanks Dmitry Guyvoronsky for the report.
|
2012-03-22 07:29:39 +00:00 |
timezone.py
|
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
|
2011-11-18 13:01:06 +00:00 |
tzinfo.py
|
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
|
2011-11-18 13:01:06 +00:00 |