summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-02-23Fixed empty strings + to_field regression on OracleAnssi Kääriäinen
2013-02-21Factored code and added a missing docstring.Aymeric Augustin
2013-02-21Fixed #19870 -- Regression in select_related in inheritance casesAnssi Kääriäinen
2013-02-20Cleaned up join promotion in query.combine() with ORAnssi Kääriäinen
2013-02-20Removed join() promote kwargAnssi Kääriäinen
2013-02-20Refactored negated IS NULL handlingAnssi Kääriäinen
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-19This function is unused and should have been removed a few releases ago.Alex Gaynor
2013-02-19Ensured a connection is established when checking the database version.Aymeric Augustin
2013-02-19Implemented Oracle version as a cached property.Aymeric Augustin
2013-02-19Fixed #19837 -- Refactored split_exclude() join generationAnssi Kääriäinen
2013-02-18Added required methods in BaseDatabaseWrapper.Aymeric Augustin
2013-02-18Implemented PostgreSQL version as a cached property.Aymeric Augustin
2013-02-18Removed duplicate caching of mysql_version.Aymeric Augustin
2013-02-18Fixed #15119 -- Stopped pinging the MySQL server.Aymeric Augustin
2013-02-18Simplified MySQL version checking.Aymeric Augustin
2013-02-18Factored out common code in database backends.Aymeric Augustin
2013-02-18Removed an unecessary function.Aymeric Augustin
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-13Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-11Added a check in the creation of IS NULL clauses.Aymeric Augustin
2013-02-10Made Query.clear_ordering force_empty arg mandatoryAnssi Kääriäinen
2013-02-10Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2013-02-10Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-08Removed unneeded imports in db.models initClaude Paroz
2013-02-08Moved import in db.backends.creationClaude Paroz
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-04Fixed #19653 -- Removed `Manager.get_empty_query_set`.Simon Charette
2013-01-31Fixed #19709 -- Fixed TimeField introspection on MySQLClaude Paroz
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-28Fixed #19677 -- Introspection of recursive foreign keys under SQLite.Aymeric Augustin
2013-01-26Fixed #17158 -- Used a non-ambiguous representation of SQL queriesAymeric Augustin
2013-01-23Remove dup_select_related method.Marc Tamlyn
2013-01-20Fixed #17813 -- Added a .earliest() method to QuerySetNick Sandford
2013-01-19Fixed #19606 -- Adjusted cx_Oracle unicode detection.Jani Tiainen
2013-01-18Removed models/related.py BoundRelatedObjectAnssi Kääriäinen
2013-01-18Avoided unnecessary recreation of RelatedObjectsAnssi Kääriäinen
2013-01-14Move logic seperation as its not longer repetitiveDavid Cramer
2013-01-14Send post_delete signals immediatelyDavid Cramer
2013-01-12Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backendClaude Paroz
2013-01-12Return namedtuple from get_table_descriptionClaude Paroz
2013-01-11Removed some now dead code from deletion (thanks to Carl Meyer for noticing it).Alex Gaynor
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2013-01-08Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.Simon Charette
2013-01-08Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-08Fixed #16759 -- Remove use of __deepcopy__ in qs.clone()Anssi Kääriäinen
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen