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
Age
Commit message (
Expand
)
Author
2013-02-25
[1.5.x] Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-23
[1.5.x] Fixed empty strings + to_field regression on Oracle
Anssi Kääriäinen
2013-02-10
[1.5.x] Made custom m2m fields without through easier to use
Anssi Kääriäinen
2013-01-23
[1.5.x] Fixed #19652 -- Fixed .none() regression in related fields
Anssi Kääriäinen
2013-01-08
[1.5.x] Fixed #17541 -- Fixed non-saved/nullable fk querying
Anssi Kääriäinen
2013-01-02
[1.5.x] Fixed #19547 -- Caching of related instances.
Aymeric Augustin
2012-12-27
[1.5.x] Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
2012-11-04
[1.5.x]Merge pull request #494 from mrj0/model_split
Alex Gaynor
2012-10-28
[1.5.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_field
Anssi Kääriäinen
2012-10-09
Fix exception message from 3190abcd. Refs #18153.
Aymeric Augustin
2012-10-09
Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.
Aymeric Augustin
2012-10-03
Fixed #19049 -- Corrected dumb logic negation error from earlier patch.
Russell Keith-Magee
2012-10-02
Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...
Russell Keith-Magee
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-01
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-14
[py3] Removed a remaining use of __metaclass__.
Aymeric Augustin
2012-08-14
[py3] Fed strftime with unicode on Python 3
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-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-06
Fixed #18724 -- Fixed IntegerField validation with value 0
Brendan MacDonell
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-26
Fixed #18515 -- Conditionally regenerated filename in FileField validation
Claude Paroz
2012-06-07
Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...
Jann Kleen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Small cleanup in prefetch_related code
Luke Plant
2012-06-06
Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...
Luke Plant
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-24
Fixed #18177 -- Cached known related instances.
Aymeric Augustin
2012-05-22
Replaced 'next' testing by collections.Iterator testing.
Claude Paroz
2012-05-17
Fixed #9893 -- Validated the length of file names
Aymeric Augustin
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-04-12
Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDes...
Claude Paroz
2012-04-10
Made the caching of related and reverse related objects consistent in OneToOn...
Aymeric Augustin
2012-04-10
Fixed #18090 -- Applied filters when running prefetch_related backwards throu...
Aymeric Augustin
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-03-01
Fixed #17696 - Queryset prefetch_related() ignores using()
Luke Plant
2012-02-09
Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, ...
Jannis Leidel
[next]