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
Age
Commit message (
Expand
)
Author
2020-04-09
Replaced Operation._get_model_tuple() by ModelTuple.from_model().
Simon Charette
2020-04-09
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-04-09
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
2020-04-09
Increased test coverage for forms.ImageField.to_python().
David Smith
2020-04-08
Fixed #31437 -- Corrected tests to show abstract multiple inheritance system ...
Carlton Gibson
2020-04-08
Fixed typo in tests/backends/base/test_operations.py.
Mariusz Felisiak
2020-04-08
Refs #28184 -- Added test for FileField storage default.
Carlton Gibson
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-04-08
Refs #30966 -- Added test for reloading related model state on non-relational...
Mariusz Felisiak
2020-04-07
Refs #31051 -- Made dumpdata do not sort dependencies if natural foreign keys...
Matthijs Kooijman
2020-04-07
Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Matthijs Kooijman
2020-04-07
Fixed #31407 -- Adjusted test to avoid coroutine never awaited warning.
Mark
2020-04-07
Refs #26291 -- Added tests for dumpdata/loaddata with forward references with...
Matthijs Kooijman
2020-04-07
Refs #26291 -- Added tests for dumpdata with forward references in natural keys.
Matthijs Kooijman
2020-04-07
Refs #31051 -- Added test for loaddata/dumpdata with circular references with...
Matthijs Kooijman
2020-04-07
Enforced uniqueness of natural keys used in tests.
Mariusz Felisiak
2020-04-07
Fixed highlightlang deprecation warning on Sphinx 1.8+.
Mariusz Felisiak
2020-04-07
Fixed CodeBlock deprecation warning on Sphinx 2.1+.
Mariusz Felisiak
2020-04-07
Fixed Sphinx warnings on duplicate object descriptions.
Mariusz Felisiak
2020-04-07
Refs #29000 -- Restored delayed model rendering of RenameField.
Simon Charette
2020-04-07
Refs #27666 -- Ensured relationship consistency on delayed reloads.
Simon Charette
2020-04-07
Fixed #31428 -- Allowed empty message in management command self.stdout/err p...
François Freitag
2020-04-07
Completed test coverage for forms.DurationField.to_python().
David Smith
2020-04-07
Fixed typo in tests/forms_tests/field_tests/test_imagefield.py test names.
David Smith
2020-04-06
Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+.
Sergey Fedoseev
2020-04-06
Fixed #31426 -- Added proper field validation to QuerySet.order_by().
Simon Charette
2020-04-06
Refs #7098 -- Deprecated passing raw column aliases to order_by().
Simon Charette
2020-04-06
Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...
Hasan Ramezani
2020-04-04
Fixed #31423 -- Clarified nested atomic() example.
Simon Charette
2020-04-04
Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in...
Hasan Ramezani
2020-04-02
Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.
c-bata
2020-04-02
Refs #31051 -- Optimized serialize_db_to_string() by avoiding creation of mod...
Matthijs Kooijman
2020-04-02
Refs #31051 -- Fixed reloading the database with circular related objects and...
Matthijs Kooijman
2020-04-02
Refs #26552 -- Added test for reloading the database with self-referential ob...
Matthijs Kooijman
2020-04-02
Fixed #31411 -- Used RENAME COLUMN on MariaDB 10.5.2+.
Hasan Ramezani
2020-04-01
Corrected docs spelling of PgBouncer.
Carlton Gibson
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-04-01
Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...
hashlash
2020-04-01
Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.
Adam Johnson
2020-04-01
Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...
Mariusz Felisiak
2020-04-01
Added stub release notes for 3.0.6.
Carlton Gibson
2020-04-01
Added release dates for 2.1.12 and 3.0.5.
Carlton Gibson
2020-03-31
Removed unused link in docs/faq/help.txt.
Mariusz Felisiak
2020-03-31
Refs #31040 -- Used 402 HTTP status in middleware_exceptions tests.
Mariusz Felisiak
2020-03-31
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...
Hasan Ramezani
2020-03-31
Refs #31375 -- Added test for contrib.auth.hashers.make_password() bytes supp...
Hasan Ramezani
2020-03-31
Fixed #30864 -- Doc'd classproperty decorator.
Deep Sukhwani
2020-03-31
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-31
Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...
Adam Johnson
2020-03-30
Fixed links in Getting Help FAQ.
Adam Johnson
[prev]
[next]