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_managers
Age
Commit message (
Expand
)
Author
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-11
Readded test inadvertently removed in last commit.
Tim Graham
2014-12-11
Refs #18586 -- Split custom manager tests.
Shabda Raaj
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-23
Merged custom_managers_regress into the custom_managers test package.
Loic Bistuer
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-11-27
PEP-8 cleanup
Anssi Kääriäinen
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner