index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
1
-2
/
+3
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-1
/
+1
*
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
Hasan Ramezani
2018-11-14
1
-1
/
+35
*
Fixed #29869 -- Made UUIDField.to_python() convert integers.
Sanyam Khurana
2018-10-24
1
-0
/
+16
*
Fixed #27595 -- Made ForeignKey.get_col() follow target chains.
Simon Charette
2018-10-22
2
-1
/
+30
*
Added tests for using bytearray with BinaryField and corrected docs.
Jon Dufresne
2018-10-01
1
-1
/
+6
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-13
/
+13
*
Added test of filtering on BinaryField and corrected docs.
Jon Dufresne
2018-09-26
1
-0
/
+10
*
Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...
orlnub123
2018-04-20
1
-0
/
+13
*
Moved tests for model Field.get_choices().
Tim Graham
2018-04-20
2
-12
/
+14
*
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-20
2
-6
/
+20
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-4
/
+2
*
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
2017-12-28
1
-1
/
+1
*
Fixed #28937 -- Allowed BinaryField to be editable=True.
Cameron Curry
2017-12-22
1
-0
/
+9
*
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-12
1
-0
/
+6
*
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...
Simon Charette
2017-11-30
1
-0
/
+10
*
Simplified choices iterators in tests.model_fields.models.
Sergey Fedoseev
2017-11-13
1
-17
/
+2
*
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError ...
Tim Graham
2017-09-29
1
-1
/
+10
*
Removed DatabaseFeatures.supports_microsecond_precision.
Tim Graham
2017-09-25
1
-1
/
+0
*
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-08-31
2
-11
/
+20
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
2
-4
/
+4
*
Removed unused models.DecimalField._format().
Sergey Fedoseev
2017-07-20
1
-6
/
+0
*
Removed unnecessary empty parentheses in class definitions.
Jon Dufresne
2017-06-26
1
-1
/
+1
*
Fixed #28319 -- Made TextField with choices use a Select widget.
Maciej Jaworski
2017-06-17
1
-0
/
+6
*
Fixed #27914 -- Added support for nested classes in Field.deconstruct()/__rep...
chillaranand
2017-06-14
1
-0
/
+14
*
Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.
Collin Anderson
2017-06-09
1
-2
/
+2
*
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-06-01
1
-7
/
+1
*
Refs #27777 -- Improved docs/added test for File context manager change.
Ingo Klöcker
2017-05-31
1
-0
/
+11
*
Fixed #28188 -- Fixed crash when pickling model fields.
Tim Graham
2017-05-11
1
-0
/
+9
*
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-05-10
1
-1
/
+1
*
Fixed #28164 -- Improved float conversions in DecimalField.to_python
Claude Paroz
2017-05-09
1
-0
/
+6
*
Removed blank line in tests/model_fields/test_decimalfield.py per isort.
Tim Graham
2017-04-29
1
-1
/
+0
*
Refs #6767 -- Added test for fetching decimal values without rounding error o...
Mariusz Felisiak
2017-04-28
1
-1
/
+9
*
Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields ...
Kapil Garg
2017-03-23
1
-0
/
+6
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-1
/
+1
*
Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-02-10
1
-1
/
+12
*
Removed unneeded parentheses in class definitions
Claude Paroz
2017-01-29
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
2
-3
/
+3
*
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
1
-3
/
+2
*
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-19
2
-7
/
+7
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
2
-4
/
+2
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
3
-34
/
+31
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-11
/
+5
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
5
-13
/
+0
*
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
3
-33
/
+24
*
Added a test for NullBooleanField.formfield().
Tim Graham
2016-12-20
1
-0
/
+5
*
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
Morgan Aubert
2016-12-14
1
-2
/
+3
*
Moved test_field_ordering to the model_fields package.
Morgan Aubert
2016-12-14
1
-0
/
+10
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
4
-9
/
+9
[next]