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-04-05
Fixed #15644 -- Improved Django File wrapper to support more file-like object...
Claude Paroz
2012-04-05
Fixed #17938 -- Made explicit object ordering in LiveServerDatabase test asse...
Claude Paroz
2012-03-31
Fixed #18040 -- Removed so-called project-level locale trees from the list of...
Ramiro Morales
2012-03-31
Removed some more useless code related to the verify_exists removal.
Claude Paroz
2012-03-31
Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...
Julien Phalip
2012-03-31
Removed some more imports/warnings useless after recent removals.
Claude Paroz
2012-03-31
Removed deprecated tests missed in r17839.
Aymeric Augustin
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-31
Extended TrailingSlashURLTests to cover STATIC_URL as well as MEDIA_URL.
Aymeric Augustin
2012-03-31
Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...
Aymeric Augustin
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2012-03-31
Removed deprecated DjangoTestRunner.
Aymeric Augustin
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-29
Fixed #11150 -- Removed dependency on cStringIO in ImageField validation. Tha...
Claude Paroz
2012-03-22
Reverted parts of r16963 to fix a regression on the creation of permissions o...
Aymeric Augustin
2012-03-22
Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...
Aymeric Augustin
2012-03-21
Fixed #17920 -- Actually pass the full path of a newly created project or app...
Jannis Leidel
2012-03-19
Fixed #17932 -- Tweaked the admin_changelist tests because Oracle doesn't lik...
Aymeric Augustin
2012-03-18
Fixed #17931 -- Accepted aware datetimes to set cookies expiry dates. Thanks ...
Aymeric Augustin
2012-03-17
Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...
Claude Paroz
2012-03-17
Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...
Julien Phalip
2012-03-17
Do not unconditionally add extra_tests when testing geodjango.
Claude Paroz
2012-03-17
Fixed #17909 - ensure GeoDjango tests have the templates they need. Thanks Na...
Carl Meyer
2012-03-17
Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...
Carl Meyer
2012-03-16
Reorganized proxy-delete tests for easier addition of new tests. Refs #16128.
Carl Meyer
2012-03-16
Ensured that some staticfiles tests get properly cleaned up on teardown. Than...
Julien Phalip
2012-03-15
Added a `with_statement` import to a test for Python 2.5 compatibility.
Julien Phalip
2012-03-15
Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...
Luke Plant
2012-03-15
Reverted r16386 because it replaced a brittle method with another not less
Ramiro Morales
2012-03-14
Tweaked tests from r17702 to run only when using sqlite3 DB(s).
Ramiro Morales
2012-03-14
Added cleanup code to the proxy_model_inheritance tests. Refs #12286, #16329.
Aymeric Augustin
2012-03-13
Fixed #17895 -- Made override_settings send the setting_changed signal both w...
Aymeric Augustin
2012-03-13
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...
Ramiro Morales
2012-03-13
Fixed #17768 -- Add a comment about an expected failure in generic_views tests
Claude Paroz
2012-03-13
Fixed #17882 -- Reopened the database connection when a test changes time zon...
Aymeric Augustin
2012-03-13
Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...
Jannis Leidel
2012-03-13
Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...
Jannis Leidel
2012-03-13
Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticF...
Jannis Leidel
2012-03-13
Refs #17876: enhanced new test to actually test underlying function, not just...
Karen Tracey
2012-03-12
Fix #17876: Corrected an exception (regression) raised where select_realted a...
Karen Tracey
2012-03-12
Fixed #17861 -- Took care of special characters when creating the staticfiles...
Jannis Leidel
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-12
Fix #17879: Corrected regression in python (inherited by yaml and json) seria...
Karen Tracey
2012-03-10
Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.
Ramiro Morales
2012-03-09
Removed executable bits from some files that don't need them.
Ramiro Morales
2012-03-05
Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...
Aymeric Augustin
[next]