summaryrefslogtreecommitdiff
path: root/django/db/models/fields/__init__.py
AgeCommit message (Expand)Author
2014-01-25Unroll choices iterators in field deconstructionAndrew Godwin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-17Fixed #21785: Bad handling of both auto_now and _add on deconstructAndrew Godwin
2014-01-08Changed parent class calls to super in Field subclassesmaurycyp
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon
2013-12-04Add clone() method to Field to get clean copies of it.Andrew Godwin
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-13Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-07Negligible style fix.Aymeric Augustin
2013-09-06Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson
2013-08-30Fixed #20999 - Allow overriding formfield class with choices, without subclas...Carl Meyer
2013-08-29Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...Tim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper
2013-07-31Fixed #20348 -- Consistently handle Promise objects in model fields.Tai Lee
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-12Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()Tim Graham
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-06-28Ported over Field.deconstruct() from my schema alteration branch.Andrew Godwin
2013-06-22Remove EmailField max_length default removal in deconstruct()Andrew Godwin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-05-20Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen
2013-05-18Add a deconstruct() method to Fields.Andrew Godwin
2013-05-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
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