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
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
2014-12-15
[1.7.x] Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
Andriy Sokolovskiy
2014-12-12
[1.7.x] Fixed #23455 -- Accept either bytes or text for related_name, convert...
Carl Meyer
2014-12-12
[1.7.x] Revert "Fixed #23455 -- Forced related_name to be a unicode string du...
Carl Meyer
2014-12-12
[1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inl...
Tim Graham
2014-12-12
[1.7.x] Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Grzegorz Slusarek
2014-12-11
[1.7.x] Fixed #23956 -- Fixed migration creation for multiple table inheritance
Markus Holtermann
2014-12-04
[1.7.x] Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migr...
Claude Paroz
2014-12-04
[1.7.x] Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Tim Graham
2014-12-03
[1.7.x] Added a test to verify headers set by default middleware; refs #23939.
Tim Graham
2014-12-03
[1.7.x] Fixed #23950 -- Prevented calling deconstruct on classes in Migration...
Gavin Wahl
2014-12-02
[1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-12-02
[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Claude Paroz
2014-12-01
[1.7.x] Fixed selenium test failure of JavascriptI18nTests.
Tim Graham
2014-12-01
[1.7.x] Fixed flake8 warnings.
Tim Graham
2014-12-01
[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-11-26
[1.7.x] Fixed #23872 -- Removed sensitivity of migrations tests to CWD.
Carl Meyer
2014-11-26
[1.7.x] Fixed bug in circular dependency algo for migration dependencies.
Luke Plant
2014-11-25
[1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-11-25
[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.
Redouane Zait
2014-11-24
[1.7.x] Fixed #23888 -- Fixed crash in File.__repr__() when name contains uni...
Sergey Fedoseev
2014-11-21
[1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.c...
Alasdair Nicol
2014-11-21
[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's p...
Andrzej Pragacz
2014-11-20
[1.7.x] Fixed duplicate index error on Oracle; refs #23859.
Markus Holtermann
2014-11-20
[1.7.x] Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
2014-11-19
[1.7.x] Cleaned up and reformatted autodetector tests
Markus Holtermann
2014-11-19
[1.7.x] Formatted model states in autodetector tests
Markus Holtermann
2014-11-19
[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...
Carl Meyer
2014-11-19
[1.7.x] Fixed #22248 -- Made RenameModel reversible
Stratos Moros
2014-11-18
[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.
Tillmann Karras
[next]