summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-18Fixed #18334 -- Fixed detection of supports_stddev backend feature.Claude Paroz
2012-05-17Fixed #9893 -- Validated the length of file namesAymeric Augustin
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-09Fix proxy model Query.remove_inherited_models()Anssi Kääriäinen
2012-05-07Made model fields comparable to other objectsSimon Charette
2012-05-07Imported zip from future_builtins instead of itertools.izip.Claude Paroz
2012-05-01Fixed #17742 -- Handled aware datetimes in DateFieldAymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-30Made get_indexes() consistent across backends.Anssi Kääriäinen
2012-04-29Switch a datastructure internal to the ORM to be a set, instead of a dictionary.Alex Gaynor
2012-04-29Fixed #17644 -- Changed Query.alias_map to use namedtuplesAdrian Holovaty
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Removed unused variable from sql/query.pyAnssi Kääriäinen
2012-04-29Prevent Oracle from changing field.null to TrueAnssi Kääriäinen
2012-04-29Simplified QuerySet field.null handlingAnssi Kääriäinen
2012-04-29Made table_names() output sorted.Anssi Kääriäinen
2012-04-24Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...Anssi Kääriäinen
2012-04-24Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the serv...Anssi Kääriäinen
2012-04-22Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...Alex Gaynor
2012-04-21Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.Ramiro Morales
2012-04-20Fixed #17615 -- Corrected unique field validation when using multitable inher...Anssi Kääriäinen
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen
2012-04-12Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDes...Claude Paroz
2012-04-11Fixed #17439 -- Prevented spurious queries for missing objects after prefetch...Aymeric Augustin
2012-04-10Made the caching of related and reverse related objects consistent in OneToOn...Aymeric Augustin
2012-04-10Fixed #18090 -- Applied filters when running prefetch_related backwards throu...Aymeric Augustin
2012-04-09Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass....Carl Meyer
2012-04-09Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...Julien Phalip
2012-04-08Fixed #18014 -- Removed rev_join_map from sql/query.py.Anssi Kääriäinen
2012-04-02Fixed #15782 -- Prevented MySQL backend to crash on runserver when db server ...Claude Paroz
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-29Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...Claude Paroz
2012-03-22Used SortedDict instead of dict to avoid random errors that may occur when di...Aymeric Augustin
2012-03-17Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks...Aymeric Augustin
2012-03-17Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...Carl Meyer
2012-03-13Fixed #17882 (again) -- Updated the database connections' time zone when time...Aymeric Augustin
2012-03-13Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...Ramiro Morales
2012-03-13Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...Jannis Leidel
2012-03-12Fix #17876: Corrected an exception (regression) raised where select_realted a...Karen Tracey
2012-03-12Fixed #17883. Improved error message for old-style database backends.Paul McMillan
2012-03-05Fixed #16128 - Correctly cascade-delete proxy models as if they were the conc...Carl Meyer
2012-03-03Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...Jannis Leidel
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-29Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales
2012-02-29Avoided importing _mysql directly. Refs #17755.Aymeric Augustin
2012-02-28Fixed #17786 (again) -- Ensured destruction of test databases works under Ora...Aymeric Augustin