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-05-20
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...
Ramiro Morales
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-05-07
Remove unnecessary check on __set__ parameters.
Mike Fogel
2013-04-05
Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.
Simon Charette
2013-04-01
Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...
Simon Charette
2013-03-24
Fixed field.rel.field_name handling
Anssi Kääriäinen
2013-03-24
Python 2.6 compatibility for #19385
Anssi Kääriäinen
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-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Added a ManyToManyField(db_constraint=False) option, this allows not creating...
Alex Gaynor
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-23
Fixed #19816: pre-evaluate queryset on m2m set
Tomek Paczkowski
2013-02-23
Fixed empty strings + to_field regression on Oracle
Anssi Kääriäinen
2013-02-20
Added a db_constraint option to ForeignKeys.
Alex Gaynor
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-08
Fixed #17541 -- Fixed non-saved/nullable fk querying
Anssi Kääriäinen
2013-01-02
Fixed #19547 -- Caching of related instances.
Aymeric Augustin
2012-12-30
Moved join path generation to Field
Anssi Kääriäinen
2012-12-27
Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
2012-11-04
use six.string_types for python3
Mike Johnson
2012-11-04
model_split: Fixed #19236 - fixed error for abstract models with a split method
Mike Johnson
2012-10-31
Removed dupe_avoidance from sql/query and sql/compiler.py
Anssi Kääriäinen
2012-10-28
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
[next]