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
/
models
/
fields
/
__init__.py
Age
Commit message (
Expand
)
Author
2013-02-25
[1.5.x] Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-01
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-08
[py3] Fixed a loop that changed dictionary size.
Aymeric Augustin
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-06
Fixed #18724 -- Fixed IntegerField validation with value 0
Brendan MacDonell
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-01
Fixed a typo in a comment. Refs #17742.
Aymeric Augustin
2012-05-31
Fixed #18407 -- Made model field's to_python methods fully accept unicode.
Claude Paroz
2012-05-22
Replaced 'next' testing by collections.Iterator testing.
Claude Paroz
2012-05-07
Made model fields comparable to other objects
Simon Charette
2012-05-01
Fixed #17742 -- Handled aware datetimes in DateField
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-24
Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...
Anssi Kääriäinen
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-29
Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...
Claude Paroz
2012-02-09
Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, ...
Jannis Leidel
2012-01-24
Added a missing warning forgotten in r17392.
Jannis Leidel
2012-01-24
Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...
Jannis Leidel
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-19
Fixed #17263 -- Added a warning when a naive datetime reaches the database la...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
2011-10-13
Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...
Julien Phalip
2011-10-13
Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...
Julien Phalip
2011-09-10
Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...
Russell Keith-Magee
2011-08-22
Improved error message display during validation errors.
Malcolm Tredinnick
2011-08-13
Fixed #14695 -- Stopped model fields from incorrectly overwriting the field n...
Jannis Leidel
2011-07-29
Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-13
Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.
Jannis Leidel
2011-06-13
Refs #16234: Avoid GenericIPAddressField clobbering Field default_error_messa...
Karen Tracey
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-09
Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...
Andrew Godwin
2011-05-03
Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh...
Jannis Leidel
2011-04-02
Removed deprecated XMLField.
Russell Keith-Magee
2011-03-30
Removed deprecated legacy connection handling for `Field.get_db_*`.
Alex Gaynor
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-03
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-08
Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim...
Jannis Leidel
2010-08-07
Fixed #13516 -- Added an internal type definition for AutoFields, so that sub...
Russell Keith-Magee
2010-08-05
Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
[next]