1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/tests/regressiontests/utils
2011-05-21 14:41:14 +00:00
..
eggs
test_module
__init__.py
baseconv.py Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
checksums.py
datastructures.py
dateformat.py
datetime_safe.py
decorators.py
feedgenerator.py
functional.py Fixed #15811 - lazy() doesn't take into account methods defined in parents 2011-05-05 00:09:51 +00:00
html.py Fixed #7267 - UnicodeDecodeError in clean_html 2011-04-28 14:08:53 +00:00
http.py
models.py
module_loading.py 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. 2011-04-22 12:03:18 +00:00
simplelazyobject.py
termcolors.py
tests.py Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
text.py
timesince.py
tzinfo.py
urls.py
views.py