summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-10-26[1.6.x] Removed relative usage of import_moduleClaude Paroz
2013-10-21[1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()Anssi Kääriäinen
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-07[1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite.Aymeric Augustin
2013-10-01[1.6.x] Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-25[1.6.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-24[1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logicAnssi Kääriäinen
2013-09-17[1.6.x] Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-09-09[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-06[1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-04[1.6.x] Tested exc_type instead of exc_value in __exit__.Aymeric Augustin
2013-09-03Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-30[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer
2013-08-30[1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-30[1.6.x] Removed stale add_q() commentAnssi Kääriäinen
2013-08-29[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...Tim Graham
2013-08-29[1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3Claude Paroz
2013-08-22[1.6.x] Fixed #20955 -- select_related regressionAnssi Kääriäinen
2013-08-20[1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
2013-08-20Fixed #20943 -- Weakly reference senders when caching their associated receiversSimon Charette
2013-08-16[1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts
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