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
2015-10-19
[1.9.x] Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.
Tim Graham
2015-10-19
[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...
Simon Charette
2015-10-19
[1.9.x] Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-10-17
[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
Josh Smeaton
2015-10-17
[1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Yusuke Miyazaki
2015-10-16
[1.9.x] Used SchemaEditor.delete_model() for teardown in schema tests.
Tim Graham
2015-10-14
[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Antoine Catton
2015-10-14
[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-10-09
[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fi...
Tim Graham
2015-10-09
[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.
Tim Graham
2015-10-09
[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRasters
Daniel Wiesmann
2015-10-06
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...
Mariusz Felisiak
2015-10-06
[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-10-05
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-10-05
[1.9.x] Fixed #25423 -- Made error message for unknown template tag more help...
Pindi Albert
2015-10-03
[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
Ben Kraft
2015-09-29
[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigi...
Tim Graham
2015-09-28
[1.9.x] Refs #16860 -- Fixed password help text when there aren't any validat...
Antoine Catton
2015-09-26
[1.9.x] Made tests/serializers/models.py a models package
Claude Paroz
2015-09-26
[1.9.x] Moved remaining of serializers_regress to serializers tests
Claude Paroz
2015-09-26
[1.9.x] Moved more serializers_regress to serializers tests
Claude Paroz
2015-09-26
[1.9.x] Separated natural key serialization tests
Claude Paroz
2015-09-26
[1.9.x] Separated JSON serialization tests
Claude Paroz
2015-09-26
[1.9.x] Separated XML serialization tests
Claude Paroz
2015-09-26
[1.9.x] Separated YAML serialization tests
Claude Paroz
2015-09-25
[1.9.x] Removed redundancy in admin_changelist tests.
Tim Graham
2015-09-24
[1.9.x] Fixed #25457 -- Improved formatting of password validation errors in ...
Tzu-ping Chung
2015-09-23
Refs #18081 -- Asserted db constraints are created for fk to proxy models.
Simon Charette
2015-09-23
Fixed #25407 -- Removed network dependency in GeoIP tests.
Anton Baklanov
2015-09-23
Refs #24526 -- Made the django logger handle INFO messages.
Tim Graham
2015-09-23
Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.
Tim Graham
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-21
Refs #23813 -- Moved URLconfs into module and tidied docstrings.
Alasdair Nicol
2015-09-21
Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...
Nick Johnson
2015-09-21
Refs #18773 -- Improved template variable exception logging message.
Nick Johnson
2015-09-21
Fix import sorting problem.
Aymeric Augustin
2015-09-21
Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-09-21
Fixed #25431 -- Readded inline foreign keys to modelformset instances
Claude Paroz
2015-09-21
Fixed #24688 -- Added Oracle support for new-style GIS functions.
Jani Tiainen
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-09-20
Removed obsolete supports_* auth backend attributes in tests
Claude Paroz
2015-09-19
Fixed #25296 -- Prevented model related object cache pollution when create() ...
Raphael Merx
2015-09-19
Fixed typo in "pbkdf2" test names.
Tim Graham
2015-09-19
Used more specific assertion in check_framework tests.
Alasdair Nicol
2015-09-19
Fixed #25160 (again) -- Moved data loss check on reverse relations.
Aymeric Augustin
2015-09-19
Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests
Unai Zalakain
2015-09-19
Fixed #25424 -- Use force_str for test client URLs.
Travis Jensen
2015-09-19
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Markus Holtermann
[next]