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
/
django
/
db
Age
Commit message (
Expand
)
Author
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-29
Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...
Joshua Phillips
2016-04-28
Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.
Simon Charette
2016-04-27
Refs #26521 -- Added the duplicated value to CreateModel validation messages.
Simon Charette
2016-04-27
Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.
James Robert
2016-04-25
Refs #22936 -- Removed unused code in Field.get_db_prep_lookup().
Tim Graham
2016-04-25
Removed unused Q.clone().
Tim Graham
2016-04-25
Removed unused/untested Field.get_choices_default()/value_to_string() methods.
Tim Graham
2016-04-22
Removed unused BaseExpression.refs_aggregate().
Tim Graham
2016-04-22
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
Tim Graham
2016-04-22
Removed unused ForeignObject.attnames/get_defaults().
Tim Graham
2016-04-22
Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...
Tim Graham
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-22
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-19
Fixed #26475 -- Added functools.partial() support to migrations autodetector.
Matthew Schinckel
2016-04-18
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Lukasz Wiecek
2016-04-13
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
Tim Graham
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-12
Refs #22936 -- Moved IntegerField.get_prep_lookup() logic to lookups.
Tim Graham
2016-04-08
Fixed #26351 -- Added MySQL check to warn about strict mode option
Claude Paroz
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-05
Fixed #26458 -- Based Avg's default output_field resolution on its source fie...
Simon Charette
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-03
Fixed #26075 -- Added clearer wording for one-off values in makemigrations
Susan Tan
2016-04-03
Fixed #26441 -- Added model Field.db_check() method
Markus Holtermann
2016-04-03
Fixed #26443 -- Corrected timezone.now in MigrationQuestioner prompt
Iacopo Spalletti
2016-03-30
Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...
Akshesh
2016-03-29
Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...
Alex Hill
2016-03-29
Fixed #24932 -- Added Cast database function.
Claude Paroz
2016-03-29
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
Kai Feldhoff
2016-03-28
Fixed #26413 -- Fixed a regression with abstract model inheritance and explic...
Simon Charette
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-03-28
Avoided need to import model fields in models/functions.py.
Claude Paroz
2016-03-28
Normalized Func.as_sqlite() signature.
Tim Graham
2016-03-23
Fixed #26398 -- Made FieldFile.open() respect its mode argument.
Alexey Kotlyarov
2016-03-23
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Berker Peksag
2016-03-21
Refs #25759 -- Fixed some Funcs to work if different database backends are used.
Kai Feldhoff
2016-03-19
Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a su...
Jason Parrott
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-03-18
Merge pull request #6310 from apollo13/informix
Andrew Godwin
2016-03-18
Pass type to sql_alter_column*.
Florian Apolloner
2016-03-17
Refs #26367 -- Removed obsolete _size cache on FieldField.
Tim Graham
2016-03-15
Fixed #26157 #25321 -- Added sql/params to extra context of schema logger
Markus Holtermann
2016-03-14
Fixed #26140 -- Suppressed MySQL warning when inserting binary content
Claude Paroz
2016-03-12
Fixed a few docstring typos.
Noenglish Professorbut
2016-03-10
Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
[prev]
[next]