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-03-04
Fix staticfiles_tests.TestCollectionCachedStorage.test_post_processing so it ...
Karen Tracey
2012-03-04
Made the Selenium tests for the admin horizontal/vertical filter widgets a bi...
Julien Phalip
2012-03-04
Added more thorough Selenium tests for the admin horizontal/vertical filter w...
Julien Phalip
2012-03-03
Fixed #17717 (again) -- Used the new API for concrete models added in r17573....
Jannis Leidel
2012-03-03
Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...
Jannis Leidel
2012-03-03
Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...
Jannis Leidel
2012-03-03
Fixed a typo in r17638.
Aymeric Augustin
2012-03-03
Modified a test added in r17508 to not run under Oracle.
Ramiro Morales
2012-03-03
Fixed #17198 -- Ensured that a deterministic order is used across all databas...
Julien Phalip
2012-03-02
Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to...
Jannis Leidel
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-02
Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...
Jannis Leidel
2012-03-02
Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...
Jannis Leidel
2012-03-02
Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...
Jannis Leidel
2012-03-02
Fixed test cases that generate their own settings file.
Paul McMillan
2012-03-02
Added a default SECRET_KEY setting to the default test sesttings (refs #17800).
Jannis Leidel
2012-03-01
Fixed #17737 -- Stopped the collectstatic management command from copying the...
Jannis Leidel
2012-03-01
Fixed #17696 - Queryset prefetch_related() ignores using()
Luke Plant
2012-02-28
Fixed #17668 - prefetch_related does not work in in_bulk
Luke Plant
2012-02-27
Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...
Aymeric Augustin
2012-02-27
Modified tests introduced in r15452 to not run 31 test cases twice. Thanks Ju...
Ramiro Morales
2012-02-23
Added some Selenium tests for the admin's filter_horizontal and filter_vertic...
Julien Phalip
2012-02-22
Fixed #17728 -- When filtering an annotation, ensured the values used in the ...
Aymeric Augustin
2012-02-22
Enabled the admin selenium tests to run on Chrome.
Julien Phalip
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2012-02-22
Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...
Chris Beaven
2012-02-21
Fixed #17660 -- Standardize extends tag token parsing
Chris Beaven
2012-02-19
Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...
Julien Phalip
2012-02-18
Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...
Jannis Leidel
2012-02-18
Prevented the generic views from automatically creating a HEAD method when th...
Aymeric Augustin
2012-02-16
Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash path...
Jannis Leidel
2012-02-16
Use Python's changed comparisons, which makes this a bit more readable.
Alex Gaynor
2012-02-16
Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...
Paul McMillan
2012-02-14
Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...
Aymeric Augustin
2012-02-13
Minor bugfixing of the staticfiles app following upstream development in djan...
Jannis Leidel
2012-02-12
Fixed AdminEmailHandler to format the subject message correctly when argument...
Jannis Leidel
2012-02-11
Fixed #15216 -- Made return type of an internal DB introspection method consi...
Ramiro Morales
2012-02-11
Fixed #17676 -- Fixed introspection of column names that start with digit(s).
Ramiro Morales
2012-02-11
Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.
Ramiro Morales
2012-02-11
Fixed #17256 -- Ensured that content types get cached when retrieved by natur...
Julien Phalip
2012-02-11
Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...
Julien Phalip
2012-02-11
Fixes #16827. Adds a length check to CSRF tokens before applying the santizin...
Paul McMillan
2012-02-11
Fix the other test for #15237.
Paul McMillan
2012-02-10
Fixed #15237 (again). RSS feeds now include proper character encoding in the ...
Paul McMillan
2012-02-10
Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IO...
Carl Meyer
2012-02-10
Fixed #17640 -- Avoided a DeprecationWarning in the test suite. Thanks zsicia...
Aymeric Augustin
2012-02-10
Fixed a SyntaxError in the middleware tests introduced in r17471.
Jannis Leidel
2012-02-10
Fixed the exception handling when deserializing via generators on Python 2.5 ...
Jannis Leidel
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-10
Added missing file forgotten in r17479.
Jannis Leidel
[next]