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-10-13
[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.
Aymeric Augustin
2013-08-30
[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...
Carl Meyer
2013-08-29
[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...
Tim Graham
2013-07-12
[1.6.x] Fixed backport of #20740
Tim Graham
2013-07-12
[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...
Tim Graham
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-05-20
Fixed #20378 -- regression in GenericRelation on abstract model
Anssi Kääriäinen
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-22
Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2013-03-17
Fixed #19635 -- Made fields pickleable
Anssi Kääriäinen
2013-03-17
Merge pull request #902 from evildmp/BLANK_CHOICE_NONE
Aymeric Augustin
2013-03-13
removed unused BLANK_CHOICE_NONE
Daniele Procida
2013-03-12
Fixed #19964 -- Removed relabel_aliases from some structs
Anssi Kääriäinen
2013-03-06
Fixed #19989 -- Suppressed UnicodeWarning during BinaryField validation
Claude Paroz
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-23
Proposed fix for #18162.
Tomek Paczkowski
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
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
[next]