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
2014-10-06
Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in...
Tim Graham
2014-10-06
Merge pull request #3308 from aericson/ticket_22064
Carl Meyer
2014-10-07
Fixed #23594 -- Fixed deepcopy on ErrorList.
Loic Bistuer
2014-10-06
Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.
Markus Holtermann
2014-10-06
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Emmanuelle Delescolle
2014-10-04
Fixed #22064 -- Add check for related_name
André Ericson
2014-10-02
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-10-02
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Markus Holtermann
2014-09-30
Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.
Seth Hill
2014-09-30
Fixed flake8 warnings.
Tim Graham
2014-09-30
Fixed #7361 -- Added cancel link to admin delete views.
Nick Sandford
2014-09-29
Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
Rudy Mutter
2014-09-29
Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...
Thomas Chaumeny
2014-09-29
Fixed flake8 warnings.
Tim Graham
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-27
Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...
Shai Berger
2014-09-26
Fixed #22738 -- Abstracted boolean field type introspection
Claude Paroz
2014-09-27
Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.
Loic Bistuer
2014-09-26
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
Matt Robenolt
2014-09-26
Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.
Thomas Chaumeny
2014-09-25
Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...
Markus Holtermann
2014-09-26
Refactored m2m_through tests. Refs #18586
Davide Ceretti
2014-09-25
Fixed #23415 -- Added fields for unmanaged and proxy model migrations.
Markus Holtermann
2014-09-25
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
Marco Buttu
2014-09-24
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...
Tim Graham
2014-09-24
Fixed #23421 -- Corrected TEST SERIALIZE setting.
Tim Graham
2014-09-24
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
Markus Holtermann
2014-09-24
Fixed flake8 warnings.
Tim Graham
2014-09-24
Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to ...
Justin Caratzas
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-24
Changed Oracle test-user creation to grant privileges instead of roles
Shai Berger
2014-09-24
Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptor
Loic Bistuer
2014-09-24
Consolidated some many_to_one tests.
Loic Bistuer
2014-09-23
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-09-23
Fixed #18782 -- Prevented sql_flush to flush views
Claude Paroz
2014-09-23
Fixed #23503 -- Fixed renaming of model with self-referential m2m field.
Sergey Fedoseev
2014-09-23
Fixed #23065 -- Quoted constraint names in SQL generated by migrations.
Sergey Fedoseev
2014-09-23
Consolidated some text utils into the utils_tests test package.
Loic Bistuer
2014-09-23
Merged custom_managers_regress into the custom_managers test package.
Loic Bistuer
2014-09-23
Merged custom_columns_regress into the custom_columns test package.
Loic Bistuer
2014-09-23
Merged one_to_one_regress into the one_to_one test package.
Loic Bistuer
2014-09-21
Fixed an i18n test with native string
Claude Paroz
2014-09-21
Fixed #23196 -- Short-circuited empty string translation
Yuri Kriachko
2014-09-19
Fixed some flake8 errors.
Tim Graham
2014-09-19
Fixed #23443 -- Corrected erroneous FieldError message.
Thomas Chaumeny
2014-09-18
Fixed #23514 -- Prevented queries in PostGISOperations init
Claude Paroz
2014-09-17
Fixed #23495 -- Stopped swallowing real settings import error
Claude Paroz
2014-09-16
Fixed #23492 -- Restored F.__deepcopy__.
Baptiste Mispelon
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-15
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...
valtron
[next]