Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23998 -- Added datetime.time support to migrations...Oscar Ramirez2014-12-221-2/+7
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-202-2/+85
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Refs #23947 -- Worked around a bug in Python that prevent...Diego GuimarĂ£es2014-12-061-0/+2
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-033-5/+5
* Fixed #23935 -- Converted decimals to fixed point in util...Eric Rouleau2014-12-031-1/+12
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-111-0/+5
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-0/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-034-10/+10
* Fixed #18456 -- Added path escaping to HttpRequest.get_fu...Unai Zalakain2014-11-031-2/+12
* Fixed #23670 -- Prevented partial import state during mod...Markus Holtermann2014-10-312-0/+30
* Fixed #23688 -- Updated cached_property to preserve docst...John-Scott Atlakson2014-10-201-0/+4
* Fixed #20221 -- Allowed some functions that use mark_safe...Jon Dufresne2014-10-201-0/+15
* Fixed #23664 -- Provided a consistent definition for Orde...Thomas Chaumeny2014-10-161-1/+11
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-17/+55
* Fixed remaining test failure in jslex tests.Florian Apolloner2014-10-151-2/+2
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-1/+2
* Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes2014-10-101-1/+8
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Consolidated some text utils into the utils_tests test pa...Loic Bistuer2014-09-233-2/+95
* Fixed urlize after smart_urlquote rewriteClaude Paroz2014-09-091-0/+1
* Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz2014-09-091-1/+5
* Fixed #23388 -- Made django.utils.timezone.override usabl...Thomas Chaumeny2014-08-311-0/+30
* Fixed #23333 -- Made urlsafe_base64_decode() return prope...Ian Foote2014-08-231-0/+6
* Fixed #23269 -- Deprecated django.utils.remove_tags() and...Tim Graham2014-08-151-3/+10
* Fixed test failure on Windows.Tim Graham2014-07-301-1/+2
* Fixed bad usage of rstrip() that caused test failure.Tim Graham2014-07-251-1/+1
* Fixed #23083 -- Fixed runserver reloading when deleting a...Tim Graham2014-07-251-0/+13
* Fixed #22991 -- Prevented *.pyc files in autoreload monit...Claude Paroz2014-07-151-0/+1
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-0/+16
* Fixed flake8 errors.Tim Graham2014-07-081-2/+2
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-5/+5
* Fixed pyinotify performance regression in 15f82c7011Claude Paroz2014-07-061-0/+17
* Fixed #22691 -- Added aliasing to cached_property.Curtis2014-07-011-0/+9
* Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format i...Richard Eames2014-06-121-0/+4
* Fixed #22681 -- Made TarArchive recognize leading directo...Alexandr Shurigin2014-06-035-0/+5
* Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH...Tim Graham2014-05-197-63/+0
* Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a...Martin Brochhaus2014-05-197-0/+63
* Fixed several flake8 errors, including one where a test w...Alex Gaynor2014-05-171-1/+1
* Optimized make_aware/naive by removing redundant checks. ...Aymeric Augustin2014-05-161-0/+30
* Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin2014-05-161-0/+25
* Fixed #22531 -- Added tree.Node.__repr__ and tests for th...Moayad Mardini2014-05-161-0/+57
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Added additional checks in is_safe_url to account for fle...Erik Romijn2014-05-141-0/+30
* Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-141-46/+0
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-8/+8
* Fixed #22338 -- Fixed a test dependent on dictionary key ...Tim Graham2014-03-301-1/+1
* Fixed a deprecation warning on Python 3.Tim Graham2014-03-271-1/+1
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-223-7/+7
* Tweaked strip_tags tests to pass on Python 3.3Claude Paroz2014-03-221-2/+8