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
/
custom_pk
Age
Commit message (
Expand
)
Author
2015-02-20
[1.8.x] Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-12-11
Refs #18586 -- Split custom_pk test.
Shabda Raaj
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0.
Vajrasky Kok
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner