summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-18Fixed #14930 -- values_list() failure on qs ordered by extra columnFlorian Hahn
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-16Fixed #20583 -- ORM always uses setup_joins() for join generationAnssi Kääriäinen
2013-06-14Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen
2013-06-14Fixed #20528 -- regression in select_related join promotionAnssi Kääriäinen
2013-06-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-09Replaced a dict emulating a set with a set.Aymeric Augustin
2013-06-06Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen
2013-06-02Added get_app_paths() to the AppCache.Aymeric Augustin
2013-06-01Fixed #20337 -- Clarified error message when database relation is not allowed.Dan Loewenherz
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-30Fixed #20272 - Moved update_fields existence check into Model._do_update.Tim Graham
2013-05-30Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-27Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-24Optimisation in prefetch_related_objectsLuke Plant
2013-05-24Fixed #19607 - prefetch_related crashLuke Plant
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-05-22Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin
2013-05-21Fixed #18702 -- Removed chunked reads from QuerySet iterationAnssi Kääriäinen
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-20Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...Ramiro Morales
2013-05-20Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
2013-05-20Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen
2013-05-20Fixed qs.values() regression when used in subqueryAnssi Kääriäinen
2013-05-19Fixed #11442 -- Postgresql backend casts all inet types to textErik Romijn
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-15Fixed #20413 - Respect Query.get_meta()Mike Fogel
2013-05-08Merge pull request #1049 from mfogel/remove-unescessary-parameter-checksAlex Gaynor
2013-05-08Fixed test failures on MySQL.Aymeric Augustin
2013-05-07Remove unnecessary check on __set__ parameters.Mike Fogel
2013-05-04Systematically imported wraps from functoolsClaude Paroz
2013-04-25Converted a list comprehension into a generator expression in query_utils.pyAdrian Holovaty
2013-04-25Negligible formatting fixes in query_utils.pyAdrian Holovaty
2013-04-25Removed an errant ipdb import from commit 9777442Adrian Holovaty
2013-04-18Use `LOOKUP_SEP` in `get_or_create`.Simon Charette
2013-04-08Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-04Fixed a line that was overindented.Alex Gaynor
2013-04-01Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...Simon Charette
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-26Fixed #20091 -- Oracle null promotion for empty stringsAnssi Kääriäinen
2013-03-24Fixed Oracle specific failures in multicolumn joinsAnssi Kääriäinen