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
/
basic
Age
Commit message (
Expand
)
Author
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-04-06
Fixed #24584 -- Fixed microsecond handling with older MySQLdb
Jon Dufresne
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-27
Fixed #24418 -- Prevented crash in refresh_from_db with null fk
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-30
Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows."
Tim Graham
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-20
Added a comment for test of refs #20278.
Anssi Kääriäinen
2014-11-12
Fixed #22967 -- Made Model._do_update consistent
Jozef Knaperek
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-07
Refactored model lookup tests; refs #18586.
Browniebroke
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-07-02
assertEquals -> assertEqual
Tim Graham
2014-06-25
Split tests.basic.ModelTests in several tests; refs #18586.
zsoldosp
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-10
Used "is" for comparisons with None.
Tim Graham
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-22
Fixed model.__eq__ and __hash__ for no pk value cases
Anssi Kääriäinen
2013-08-19
Made Model.__eq__ consider proxy models equivalent
Anssi Kääriäinen
2013-07-31
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
Loic Bistuer
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-07-08
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Tim Graham
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-20
Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
Anssi Kääriäinen
2013-03-20
Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an e...
Claude Paroz
2013-03-14
Fixed #16649 -- Refactored save_base logic
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
[prev]