index
:
django.git
fix-31295
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-12-10
[1.4.X] Fixed a security issue in get_host.
Florian Apolloner
2012-12-10
[1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...
Florian Apolloner
2012-12-04
[1.4.x] Fixed the admin_filters tests for Postgres.
Julien Phalip
2012-12-03
[1.4.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can...
Sebastián Magrí
2012-11-24
[1.4.x] Fixed ordering-related failure in m2m_through_regress tests
Anssi Kääriäinen
2012-11-24
[1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests.
Aymeric Augustin
2012-11-24
[1.4.x] Fixed SQLite's collapsing of same-valued instances in bulk_create
Anssi Kääriäinen
2012-10-28
[1.4.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_field
Anssi Kääriäinen
2012-10-18
Added missed poisoned host header test changes
Preston Holmes
2012-10-13
[1.4.x] Fixed #18881 -- Made the context option in {% trans %} and {% blocktr...
Julien Phalip
2012-10-11
[1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham
2012-09-15
[1.4.X] Fixed #18530 -- Fixed a small regression in the admin filters where w...
Julien Phalip
2012-09-02
[1.4.x] Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-09-01
[1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-07-30
[1.4.x] Fixed a security issue in http redirects. Disclosure and new release ...
Florian Apolloner
2012-06-04
[1.4.x] readd imports deleted in 4d2fdd
Florian Apolloner
2012-06-03
[1.4.X] Fixed #18379 -- Made the sensitive_variables decorator work with obje...
Julien Phalip
2012-05-27
[1.4.x] Fixed #18135 -- Close connection used for db version checking
Michael Newman
2012-05-08
[1.4.x] Fixed #17976 -- Made forms.BooleanField pickleable.
Aymeric Augustin
2012-04-11
[1.4.X] Fixed #18027 -- Removed an HTMLParser test that doesn't raise any mor...
Claude Paroz
2012-04-10
[1.4.X] Fixed #18090 -- Applied filters when running prefetch_related backwar...
Aymeric Augustin
2012-04-09
[1.4.X] Fixed #18086 -- Restored '-pk' as the default order in the admin chan...
Julien Phalip
2012-03-31
[1.4.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...
Julien Phalip
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
[next]