summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-08-06[1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database.Alex Cucu
2013-08-02[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.Tim Graham
2013-08-01[1.6.x] Removed unused model option "admin"Tim Graham
2013-07-30[1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator d...Shai Berger
2013-07-26[1.6.x] Fixed related model lookup regressionAnssi Kääriäinen
2013-07-25[1.6.x] Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
2013-07-23[1.6.x] Fixed #20791 -- Reworded ForeignKey default error messageersran9
2013-07-23[1.6.x] Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-12[1.6.x] Fixed backport of #20740Tim Graham
2013-07-12[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...Tim Graham
2013-07-09[1.6.x] Fixed last_executed_query test failure on OracleShai Berger
2013-06-30[1.6.x] Introduced getters for connection.autocommit and .needs_rollback.Aymeric Augustin
2013-06-29[1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executedClaude Paroz
2013-06-29[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-22Fixed #20587 -- Made convert_values handle None valuesGilberto Gonçalves
2013-06-19Removed several unused imports.Aymeric Augustin
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-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added a stealth option to flush to allow cascades.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-04Fixed #17601 -- expose underlying db exceptions under py2James Aylett
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 #20014 -- implemented get_key_columns() for OracleShai Berger
2013-05-27Fixed #20501 -- failure of datetime queries with timezones under OracleShai Berger
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 handlingAnssi Kääriäinen
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-24Fixed a regression in router initializationClaude Paroz
2013-05-24Optimisation in prefetch_related_objectsLuke Plant