.. |
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.
|
15 年之前 |
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.
|
15 年之前 |
__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.
|
17 年之前 |
checksums.py
|
ec3ba39fdb
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
14 年之前 |
datastructures.py
|
3bad2ca473
Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 changes from r15927. Thanks to mk for the report and patch.
|
14 年之前 |
dateformat.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 年之前 |
datetime_safe.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 年之前 |
decorators.py
|
615eab6b02
Fixed #13093 -- Updated some decorators and the decorator_from_middleware function to allow callable classes to be decorated. Thanks to Brian Neal for the report.
|
15 年之前 |
feedgenerator.py
|
632d9f994f
Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and jasonkotenko.
|
14 年之前 |
functional.py
|
23b32c7554
Fixed #15811 - lazy() doesn't take into account methods defined in parents
|
14 年之前 |
html.py
|
cf11e3789b
Fixed #7267 - UnicodeDecodeError in clean_html
|
14 年之前 |
http.py
|
f4be8bd53d
Fixed #9089 -- Correctly handle list values in MultiValueDict instances when passed to django.utils.http.urlencode. Thanks, kratorius, guettli and obeattie.
|
14 年之前 |
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.
|
17 年之前 |
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.
|
14 年之前 |
simplelazyobject.py
|
13864703bc
Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch.
|
14 年之前 |
termcolors.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 年之前 |
tests.py
|
243d0bec19
Fixed #15617 - CSRF referer checking too strict
|
14 年之前 |
text.py
|
e4b0a8f93c
Tests for utils.text.wrap
|
14 年之前 |
timesince.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 年之前 |
tzinfo.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 年之前 |
urls.py
|
615eab6b02
Fixed #13093 -- Updated some decorators and the decorator_from_middleware function to allow callable classes to be decorated. Thanks to Brian Neal for the report.
|
15 年之前 |
views.py
|
615eab6b02
Fixed #13093 -- Updated some decorators and the decorator_from_middleware function to allow callable classes to be decorated. Thanks to Brian Neal for the report.
|
15 年之前 |