summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2013-12-24Typo fix for exception message.Jonas Gastal
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Renamed has_model to get_registered_models.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Renamed registered_model to has_model.Aymeric Augustin
2013-12-22Added an _-prefix to pending lookups because it's transient.Aymeric Augustin
2013-12-22Refactored registration of models.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-11Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon
2013-12-06Fixed error in ManyToManyField.deconstruct().Baptiste Mispelon
2013-12-04Add clone() method to Field to get clean copies of it.Andrew Godwin
2013-11-29Use 'update_fields' in RelatedManager.clear() when bulk=False.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27Used simpler queries for m2m clearing when possible.Anssi Kääriäinen
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-13Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'Loic Bistuer
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
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-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-05Fixed #21174 -- transaction control in related manager methodsAnssi Kääriäinen
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-10-03Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.Simon Charette
2013-09-30Fixed #3871 -- Fixed regression introduced by 04a2a6b.Loic Bistuer
2013-09-30Fixed #13724: Corrected routing of write queries involving managers.Russell Keith-Magee
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-18Fixed #12568 -- no error when accessing custom field's descriptorAnssi Kääriäinen
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 #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-29Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...Tim Graham
2013-08-21Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen
2013-08-21Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
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-26Fixed related model lookup regressionAnssi Kääriäinen