.. |
eggs
|
4ca7c4e34d
Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach.
|
vor 15 Jahren |
test_module
|
4ca7c4e34d
Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach.
|
vor 15 Jahren |
__init__.py
|
b68f188628
Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function and added tests for several `django.utils.html` functions. Based on patch from Brian Harring.
|
vor 17 Jahren |
baseconv.py
|
f60d428463
Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved.
|
vor 14 Jahren |
checksums.py
|
ec3ba39fdb
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
vor 14 Jahren |
datastructures.py
|
fc8116cc4f
Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (the base class for `QueryDict`). Many thanks to mk and andrewebdev.
|
vor 14 Jahren |
dateformat.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
vor 14 Jahren |
datetime_safe.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
vor 14 Jahren |
decorators.py
|
a482cc0ba3
Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse
|
vor 14 Jahren |
feedgenerator.py
|
632d9f994f
Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and jasonkotenko.
|
vor 14 Jahren |
functional.py
|
632dfa2338
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.
|
vor 14 Jahren |
html.py
|
cf11e3789b
Fixed #7267 - UnicodeDecodeError in clean_html
|
vor 14 Jahren |
http.py
|
f4be8bd53d
Fixed #9089 -- Correctly handle list values in MultiValueDict instances when passed to django.utils.http.urlencode. Thanks, kratorius, guettli and obeattie.
|
vor 14 Jahren |
jslex.py
|
64e19ffb4e
Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library.
|
vor 14 Jahren |
models.py
|
b68f188628
Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function and added tests for several `django.utils.html` functions. Based on patch from Brian Harring.
|
vor 17 Jahren |
module_loading.py
|
0e5d5d6218
Fixed #15662 -- Made sure the module_has_submodule utility function follow correct PEP 302, passing the package as the second argument to the find_module method of the importer. Thanks, Bradley Ayers.
|
vor 14 Jahren |
simplelazyobject.py
|
2367089392
Tweaked test added in [16308] so it doesn't fail.
|
vor 14 Jahren |
termcolors.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
vor 14 Jahren |
tests.py
|
64e19ffb4e
Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library.
|
vor 14 Jahren |
text.py
|
e4b0a8f93c
Tests for utils.text.wrap
|
vor 14 Jahren |
timesince.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
vor 14 Jahren |
tzinfo.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
vor 14 Jahren |