summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2013-05-09Improve error message for bad FK resolutionAndrew Godwin
2013-05-07Remove unnecessary check on __set__ parameters.Mike Fogel
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-01Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...Simon Charette
2013-03-24Fixed field.rel.field_name handlingAnssi Kääriäinen
2013-03-24Python 2.6 compatibility for #19385Anssi Kääriäinen
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-22Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn
2013-03-17Fixed #19635 -- Made fields pickleableAnssi Kääriäinen
2013-03-17Merge pull request #902 from evildmp/BLANK_CHOICE_NONEAymeric Augustin
2013-03-13removed unused BLANK_CHOICE_NONEDaniele Procida
2013-03-12Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor
2013-03-06Fixed #19989 -- Suppressed UnicodeWarning during BinaryField validationClaude Paroz
2013-03-02Added support for serializing BinaryFieldClaude Paroz
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-23Proposed fix for #18162.Tomek Paczkowski
2013-02-23Fixed #19816: pre-evaluate queryset on m2m setTomek Paczkowski
2013-02-23Fixed empty strings + to_field regression on OracleAnssi Kääriäinen
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-08Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-02Fixed #19547 -- Caching of related instances.Aymeric Augustin
2012-12-30Moved join path generation to FieldAnssi Kääriäinen
2012-12-27Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-11-04use six.string_types for python3Mike Johnson
2012-11-04model_split: Fixed #19236 - fixed error for abstract models with a split methodMike Johnson
2012-10-31Removed dupe_avoidance from sql/query and sql/compiler.pyAnssi Kääriäinen
2012-10-28Fixed #18823 -- Ensured m2m.clear() works when using through+to_fieldAnssi Kääriäinen
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-10-09Fix exception message from 3190abcd. Refs #18153.Aymeric Augustin
2012-10-09Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.Aymeric Augustin
2012-10-03Fixed #19049 -- Corrected dumb logic negation error from earlier patch.Russell Keith-Magee
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-14[py3] Removed a remaining use of __metaclass__.Aymeric Augustin
2012-08-14[py3] Fed strftime with unicode on Python 3Claude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex 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 startsAymeric Augustin