Jannis Leidel 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. 14 éve
..
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 éve
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 éve
__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 éve
baseconv.py f60d428463 Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 14 éve
checksums.py ec3ba39fdb A few test optimizations; using native unittest where no Django-specific TestCase features are required. 14 éve
datastructures.py fc8116cc4f Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (the base class for `QueryDict`). Many thanks to mk and andrewebdev. 14 éve
dateformat.py afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 éve
datetime_safe.py afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 éve
decorators.py a482cc0ba3 Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse 14 éve
feedgenerator.py 632d9f994f Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and jasonkotenko. 14 éve
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. 14 éve
html.py cf11e3789b Fixed #7267 - UnicodeDecodeError in clean_html 14 éve
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 éve
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. 14 éve
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 éve
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 éve
simplelazyobject.py 2367089392 Tweaked test added in [16308] so it doesn't fail. 14 éve
termcolors.py afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 éve
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. 14 éve
text.py e4b0a8f93c Tests for utils.text.wrap 14 éve
timesince.py afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 éve
tzinfo.py afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 éve