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
/
regressiontests
Age
Commit message (
Expand
)
Author
2012-01-07
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...
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 #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
2011-12-27
Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some U...
Jannis Leidel
2011-12-27
Moved calls to addCleanup before assertions in admin_scripts tests, so that c...
Aymeric Augustin
2011-12-27
Fixed a test that was failing under Windows.
Aymeric Augustin
2011-12-27
Removed Python 2.3 compatibility code from the admin_scripts tests.
Aymeric Augustin
2011-12-27
Fixed a CacheKeyWarning under Windows.
Aymeric Augustin
2011-12-25
Fixed #17047 -- Improved django.db.utils.load_backend to raise a better excep...
Jannis Leidel
2011-12-25
Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner.
Jannis Leidel
2011-12-24
Added a lower level test for numberformat when grouping is 0 and force_groupi...
Aymeric Augustin
2011-12-23
Renovated password hashing, including the forgotten files in r17253.
Paul McMillan
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-12-22
Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop...
Gabriel Hurley
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-22
Re-enabled the cleanup of STATIC_ROOT in the staticfiles tests.
Jannis Leidel
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-12-21
Ensured that `makemessages` doesn't leave any temporary file over if the pars...
Julien Phalip
2011-12-19
Stopped unconditionally reversing admin model add/change URLs.
Ramiro Morales
2011-12-17
Optimized an optimise
Adrian Holovaty
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-17
Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no ma...
Aymeric Augustin
2011-12-17
Fixed some failing tests due to creation of HttpRequest._is_secure() methods ...
Adrian Holovaty
2011-12-16
Refs #17323 -- Updated a test to use try/finally to avoid state leakage. Than...
Carl Meyer
2011-12-16
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...
Adrian Holovaty
2011-12-16
Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...
Adrian Holovaty
2011-12-16
Ensured that thread-shareability gets validated when closing a PostgreSQL or ...
Julien Phalip
[prev]
[next]