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
/
model_fields
/
models.py
Age
Commit message (
Expand
)
Author
2024-01-19
[5.0.x] Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.
Mariusz Felisiak
2023-12-08
[5.0.x] Fixed #35019 -- Fixed save() on models with both GeneratedFields and ...
Sarah Boyce
2023-12-07
[5.0.x] Fixed #35024 -- Fixed model instance creation crash on GeneratedField...
Mariusz Felisiak
2023-11-14
[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-02
[5.0.x] Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-09-14
Fixed #24561 -- Added support for callables on model fields' choices.
Natalia
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-22
Added tests for model field's choices iterator/iterable values.
Natalia
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-08-23
Removed unused path variable in model_fields tests.
Claude Paroz
2022-06-03
Removed obsolete assertions in BooleanFieldTests.test_return_type().
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
2019-03-23
Removed redundant model field choices tests.
Matthias Kestenholz
2019-03-17
Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.
Simon Charette
2019-01-30
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
Joshua Cannon
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-11-13
Simplified choices iterators in tests.model_fields.models.
Sergey Fedoseev
2017-08-31
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-03-23
Split model_fields tests into different files.
Tim Graham
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-21
Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-05-12
[1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() t...
Abhaya Agarwal
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-21
Fixed #24376 -- added verbose_name arg to UUIDField
Michael Angeletti
2015-02-20
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-12
Refs #24215 -- Prevented pending lookup pollution by abstract models.
Simon Charette
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-07
Refs #2443 -- Allowed creation of objects with NULL DurationFields
MichaĆ Modzelewski
2015-01-07
Fixed #24078 -- Removed empty strings from GenericIPAddressField
Josh Smeaton
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
[next]