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
2015-03-18
[1.7.x] Made is_safe_url() reject URLs that start with control characters.
Tim Graham
2015-03-18
[1.7.x] Fixed an infinite loop possibility in strip_tags().
Tim Graham
2015-03-16
[1.7.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ...
John Giannelos
2015-03-14
[1.7.x] Fixed #24354 -- Prevented repointing of relations on superclasses whe...
Matthew Wilkes
2015-03-09
[1.7.x] Fixed #24461 -- Fixed XSS issue in ModelAdmin.readonly_fields
Baptiste Mispelon
2015-03-07
Fixed #24447 -- Made migrations add FK constraints for existing columns
Jean-Louis Fuchs
2015-02-26
[1.7.x] Fixed #24352 -- Fixed crash when coercing ``ManyRelatedManager`` to a...
Gabriel Muñumel
2015-02-14
[1.7.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...
Aymeric Augustin
2015-02-09
[1.7.x] Refs #24236 -- Added regression test for 3d4a826174b7a411a03be39725e6...
Markus Holtermann
2015-01-27
[1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() inst...
Andriy Sokolovskiy
2015-01-23
[1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()
Claude Paroz
2015-01-20
[1.7.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignK...
Markus Holtermann
2015-01-19
[1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+
Tim Graham
2015-01-19
[1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQL
Markus Holtermann
2015-01-17
[1.7.x] Cleaned up migration writer tests
Markus Holtermann
2015-01-16
[1.7.x] Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.
Collin Anderson
2015-01-16
[1.7.x] Fixed #23312 -- Marked an i18n test as expectedFailure on Windows/Pyt...
Tim Graham
2015-01-15
[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.
Tim Graham
2015-01-14
[1.7.x] Fixed a static view test on Windows.
Tim Graham
2015-01-13
[1.7.x] Fixed DoS possibility in ModelMultipleChoiceField.
Tim Graham
2015-01-13
[1.7.x] Prevented views.static.serve() from using large memory on large files.
Tim Graham
2015-01-13
[1.7.x] Fixed is_safe_url() to handle leading whitespace.
Tim Graham
2015-01-13
[1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI e...
Carl Meyer
2015-01-11
[1.7.x] Fixed #24110 -- Rewrote migration unapply to preserve intermediate st...
Markus Holtermann
2015-01-10
[1.7.x] Fixed #24097 -- Prevented AttributeError in redirect_to_login
Claude Paroz
2015-01-08
[1.7.x] Silenced deprecation warning in test_runner app.
Tim Graham
2015-01-08
[1.7.x] Silenced initial_data fixtures warning in test suite.
Tim Graham
2015-01-08
[1.7.x] Fixed #24095 -- Prevented WarningLoggerTests from leaking a warnings ...
Tim Graham
2015-01-06
[1.7.x] Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware
Claude Paroz
2014-12-31
[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-12-31
[1.7.x] Renamed tests for util -> utils moves; refs #17627.
Tim Graham
2014-12-31
[1.7.x] Fixed a queries test on Python 2 broken after importing six.moves.ran...
Tim Graham
2014-12-31
[1.7.x] Fixed #23758 -- Allowed more than 5 levels of subqueries
Piotr Pawlaczek
2014-12-30
[1.7.x] Added test for an intermediate swappable model change in migration st...
Markus Holtermann
2014-12-30
[1.7.x] Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Tim Graham
2014-12-29
Revert "[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete f...
Tim Graham
2014-12-29
[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete fields an...
Markus Holtermann
2014-12-27
[1.7.x] Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-27
[1.7.x] Fixed an inconsistency introduced in 547b1810.
Aymeric Augustin
2014-12-27
[1.7.x] Fixed #24051 -- Made schema infrastructure honor tablespaces
Claude Paroz
2014-12-23
[1.7.x] Fixed #24037 -- Prevented data loss possibility when changing Meta.ma...
Tim Graham
2014-12-22
[1.7.x] Fixed #23998 -- Added datetime.time support to migrations questioner.
Oscar Ramirez
2014-12-19
[1.7.x] Made model_regress unpickling test CWD-independent
Claude Paroz
2014-12-18
[1.7.x] Fixed #24015 -- Factorized create_index_sql expression
Claude Paroz
2014-12-17
[1.7.x] Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-12-17
[1.7x.] Fixed #23497 -- Made admin system checks run for custom AdminSites.
Mosson, Andrew
2014-12-16
[1.7.x] Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Tim Graham
2014-12-16
[1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_re...
Andriy Sokolovskiy
2014-12-15
[1.7.x] Fixed refs #23987 test on Oracle.
Tim Graham
2014-12-15
[1.7.x] Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.
Andriy Sokolovskiy
[next]