Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20337 -- Clarified error message when database rel...Dan Loewenherz2013-06-011-4/+2
* Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-1/+5
* Fixed #20272 - Moved update_fields existence check into M...Tim Graham2013-05-301-11/+11
* Fixed #16436 -- defer + annotate + select_related crashTai Lee2013-05-301-1/+2
* Fixed #20014 -- implemented get_key_columns() for OracleShai Berger2013-05-271-0/+12
* Fixed #20501 -- failure of datetime queries with timezone...Shai Berger2013-05-271-3/+4
* Fixed #16137 - Removed kwargs requirement for QuerySet.ge...Tim Graham2013-05-271-2/+0
* Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham2013-05-271-2/+5
* Fixed #20507 -- SubqueryConstraint alias handlingAnssi Kääriäinen2013-05-271-2/+1
* Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen2013-05-272-6/+8
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-274-4/+4
* Fixed a regression in router initializationClaude Paroz2013-05-241-2/+3
* Optimisation in prefetch_related_objectsLuke Plant2013-05-241-25/+22
* Fixed #19607 - prefetch_related crashLuke Plant2013-05-241-2/+7
* Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz2013-05-232-6/+14
* Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz2013-05-232-12/+19
* Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz2013-05-231-1/+23
* Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-231-0/+1
* Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin2013-05-221-3/+3
* Fixed #20012 -- test_year_lookup_edge_case fails under Or...Shai Berger2013-05-221-0/+10
* Fixed #20015 -- date__startswith('2008') fails under OracleShai Berger2013-05-221-3/+0
* Fixed #20453 -- inspectdb test failure on OracleShai Berger2013-05-221-0/+1
* Fixed #18702 -- Removed chunked reads from QuerySet itera...Anssi Kääriäinen2013-05-211-120/+29
* Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-212-0/+26
* (Re-)moved some importsClaude Paroz2013-05-211-1/+2
* Fixed #9321 -- Deprecated hard-coding of help text in mod...Ramiro Morales2013-05-201-4/+1
* Fixed #20278 -- ensured .get() exceptions do not recurse ...Anssi Kääriäinen2013-05-201-6/+4
* Fixed #20378 -- regression in GenericRelation on abstract...Anssi Kääriäinen2013-05-201-0/+2
* Fixed qs.values() regression when used in subqueryAnssi Kääriäinen2013-05-201-1/+6
* Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-191-0/+17
* Fixed test failures with Oracle when pytz isn't installed.Aymeric Augustin2013-05-191-0/+6
* Merge pull request #1160 from erikr/host-inet-postgres2Aymeric Augustin2013-05-194-11/+13
|\
| * Fixed #11442 -- Postgresql backend casts all inet types t...Erik Romijn2013-05-194-11/+13
* | Merge pull request #1028 from manfre/patch-2Aymeric Augustin2013-05-191-2/+3
|\ \ | |/ |/|
| * Fixed documentation of disable_constraint_checkingMichael Manfre2013-04-241-2/+3
* | Fixed #20386 - Introspection problem on OracleShai Berger2013-05-181-1/+3
* | Replaced an antiquated pattern.Aymeric Augustin2013-05-178-17/+17
* | Fixed #20413 - Respect Query.get_meta()Mike Fogel2013-05-154-23/+23
* | Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin2013-05-091-1/+1
* | Merge pull request #1049 from mfogel/remove-unescessary-p...Alex Gaynor2013-05-091-15/+0
|\ \
| * | Remove unnecessary check on __set__ parameters.Mike Fogel2013-05-081-15/+0
* | | [py3] Stopped iterating on exceptions. Refs #20025.Aymeric Augustin2013-05-081-2/+2
* | | Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin2013-05-082-2/+4
* | | Fixed test failures on MySQL.Aymeric Augustin2013-05-082-1/+15
|/ /
* | Systematically imported wraps from functoolsClaude Paroz2013-05-041-1/+2
* | Converted a list comprehension into a generator expressio...Adrian Holovaty2013-04-251-1/+1
* | Negligible formatting fixes in query_utils.pyAdrian Holovaty2013-04-251-3/+2
* | Removed an errant ipdb import from commit 9777442Adrian Holovaty2013-04-251-5/+1
|/
* Use `LOOKUP_SEP` in `get_or_create`.Simon Charette2013-04-181-2/+2
* Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` ...Tobias McNulty2013-04-081-0/+5