index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2012-01-29
Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.
Aymeric Augustin
2012-01-28
Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.
Aymeric Augustin
2012-01-28
Caught (and tested) the warning added at r17393 in the corresponding test. Re...
Aymeric Augustin
2012-01-24
Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...
Jannis Leidel
2012-01-24
Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...
Julien Phalip
2012-01-22
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2012-01-20
Fixed #16885 -- Confirmed features of mirror databases when setting up test d...
Aymeric Augustin
2012-01-15
Fixed #17468 -- Made sure the project/app template management command tests c...
Jannis Leidel
2012-01-15
Made email attachment handling code accept non-ASCII filenames.
Ramiro Morales
2012-01-15
Made dictsort and dictsort reversed template filters fail silently
Ramiro Morales
2012-01-15
Added support for specifying initial values to model formsets and inline form...
Ramiro Morales
2012-01-14
Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...
Luke Plant
2012-01-12
Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebu...
Aymeric Augustin
2012-01-09
Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...
Aymeric Augustin
2012-01-08
Reverted parts of r17359 that could cause false positives in URL detection, e...
Aymeric Augustin
2012-01-08
Fixed #17300 -- Prevented createcachetable from crashing when the cache table...
Aymeric Augustin
2012-01-08
Fixed #11911 -- Made the urlize filter smarter with closing punctuation.
Aymeric Augustin
2012-01-08
Tested that spaces are properly escaped in files URLs. Refs #5160.
Aymeric Augustin
2012-01-08
Fixed #16656 -- Changed the urlize filter to accept more top-level domains.
Aymeric Augustin
2012-01-08
Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...
Aymeric Augustin
2012-01-08
Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.
Aymeric Augustin
2012-01-08
Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...
Aymeric Augustin
2012-01-07
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...
Aymeric Augustin
2012-01-07
Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...
Aymeric Augustin
2012-01-07
Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Cl...
Aymeric Augustin
2012-01-07
Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....
Aymeric Augustin
2012-01-07
Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for...
Aymeric Augustin
2012-01-07
Fixed #17499 -- Ensured assertFieldOutput works for fields that customize the...
Aymeric Augustin
2012-01-05
Added support for savepoints to the MySQL DB backend.
Ramiro Morales
2012-01-04
Fixed #17503 -- A destination directory passed to startproject or startapp as...
Carl Meyer
2012-01-03
Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b
Chris Beaven
2012-01-03
Fixed #17496 -- Regression in the floatformat template filter, introduced by ...
Aymeric Augustin
2012-01-03
Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...
Julien Phalip
2012-01-02
Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its...
Julien Phalip
2012-01-02
Fixed a stupid bug in the implementation of timezone.make_aware.
Aymeric Augustin
2012-01-02
Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong an...
Julien Phalip
2012-01-01
Fix the dispatch test GC code under PyPy, and make the comment for Jython bet...
Alex Gaynor
2012-01-01
Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a Sunday....
Aymeric Augustin
2012-01-01
Made sure startproject can handle template URLs with trailing slashes.
Ramiro Morales
2011-12-30
Improved comment formatting to appease Gaynor.
Paul McMillan
2011-12-30
Increased pbkdf2 scaling test vectors to lower chance of false test failures.
Paul McMillan
2011-12-30
Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile,...
Aymeric Augustin
2011-12-30
Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo...
Aymeric Augustin
2011-12-30
Fixed #17444 -- Made it possible to customize the 'To' header in emails.
Aymeric Augustin
2011-12-29
Added the ability to specify multiple ports available for the `LiveServerTest...
Julien Phalip
2011-12-29
Moved validation of project names to an earlier spot so no directory with inv...
Ramiro Morales
2011-12-29
Made sure the new project template functionality works when the template
Ramiro Morales
2011-12-29
Fixed #17476 -- Ensure timezone-dependant cache keys only use ASCII character...
Aymeric Augustin
2011-12-29
Made sure `manage.py help test` works.
Ramiro Morales
2011-12-28
Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...
Julien Phalip
[next]