This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-09 17:06:05 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
model_fields
History
Tim Graham
4e729feaa6
Refs
#23919
-- Removed django.utils._os.upath()/npath()/abspathu() usage.
...
These functions do nothing on Python 3.
2017-01-20 08:01:02 -05:00
..
__init__.py
…
4x8.png
…
8x4.png
…
models.py
Refs
#23919
-- Removed most of remaining six usage
2017-01-18 21:33:28 +01:00
test_binaryfield.py
Refs
#23919
-- Removed most of remaining six usage
2017-01-18 21:33:28 +01:00
test_booleanfield.py
…
test_charfield.py
…
test_datetimefield.py
…
test_decimalfield.py
…
test_durationfield.py
…
test_field_flags.py
Refs
#16508
-- Renamed the current "virtual" fields to "private".
2016-04-13 10:10:53 -04:00
test_filefield.py
…
test_floatfield.py
…
test_foreignkey.py
Fixed spelling mistakes in code and comments.
2017-01-19 07:52:41 -05:00
test_genericipaddressfield.py
…
test_imagefield.py
Refs
#23919
-- Removed django.utils._os.upath()/npath()/abspathu() usage.
2017-01-20 08:01:02 -05:00
test_integerfield.py
Refs
#23919
-- Removed six.<various>_types usage
2017-01-18 20:18:46 +01:00
test_manytomanyfield.py
Fixed spelling mistakes in code and comments.
2017-01-19 07:52:41 -05:00
test_promises.py
Refs
#23919
-- Removed six.<various>_types usage
2017-01-18 20:18:46 +01:00
test_slugfield.py
…
test_textfield.py
…
test_uuid.py
…
tests.py
…