index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-24
Fixed a regression in router initialization
Claude Paroz
2013-05-24
Optimisation in prefetch_related_objects
Luke Plant
2013-05-24
Fixed #19607 - prefetch_related crash
Luke Plant
2013-05-23
Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter
Claude Paroz
2013-05-23
Delayed settings.DATABASES usage by ConnectionHandler
Claude Paroz
2013-05-23
Fixed #20474 -- Proxied and deprecated django.db.backend
Claude Paroz
2013-05-23
Fixed #11398 - Added a pre_syncdb signal
Donald Stufft
2013-05-22
Fixed #20463 -- Made get_or_create more robust.
Aymeric Augustin
2013-05-22
Fixed #20012 -- test_year_lookup_edge_case fails under Oracle
Shai Berger
2013-05-22
Fixed #20015 -- date__startswith('2008') fails under Oracle
Shai Berger
2013-05-22
Fixed #20453 -- inspectdb test failure on Oracle
Shai Berger
2013-05-21
Fixed #18702 -- Removed chunked reads from QuerySet iteration
Anssi Kääriäinen
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
2013-05-21
(Re-)moved some imports
Claude Paroz
2013-05-20
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...
Ramiro Morales
2013-05-20
Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
Anssi Kääriäinen
2013-05-20
Fixed #20378 -- regression in GenericRelation on abstract model
Anssi Kääriäinen
2013-05-20
Fixed qs.values() regression when used in subquery
Anssi Kääriäinen
2013-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-05-19
Fixed test failures with Oracle when pytz isn't installed.
Aymeric Augustin
2013-05-19
Merge pull request #1160 from erikr/host-inet-postgres2
Aymeric Augustin
2013-05-19
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-05-19
Merge pull request #1028 from manfre/patch-2
Aymeric Augustin
2013-05-18
Fixed #20386 - Introspection problem on Oracle
Shai Berger
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-15
Fixed #20413 - Respect Query.get_meta()
Mike Fogel
2013-05-09
Fixed #20215 -- Disabled persistent connections by default.
Aymeric Augustin
2013-05-08
Merge pull request #1049 from mfogel/remove-unescessary-parameter-checks
Alex Gaynor
2013-05-08
[py3] Stopped iterating on exceptions. Refs #20025.
Aymeric Augustin
2013-05-08
Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.
Aymeric Augustin
2013-05-08
Fixed test failures on MySQL.
Aymeric Augustin
2013-05-07
Remove unnecessary check on __set__ parameters.
Mike Fogel
2013-05-04
Systematically imported wraps from functools
Claude Paroz
2013-04-25
Converted a list comprehension into a generator expression in query_utils.py
Adrian Holovaty
2013-04-25
Negligible formatting fixes in query_utils.py
Adrian Holovaty
2013-04-25
Removed an errant ipdb import from commit 9777442
Adrian Holovaty
2013-04-24
Fixed documentation of disable_constraint_checking
Michael Manfre
2013-04-18
Use `LOOKUP_SEP` in `get_or_create`.
Simon Charette
2013-04-08
Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.
Tobias McNulty
2013-04-05
Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.
Simon Charette
2013-04-04
Fixed a line that was overindented.
Alex Gaynor
2013-04-03
Fix typo in transaction.Atomic docstring
Marti Raudsepp
2013-04-01
Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...
Simon Charette
2013-04-01
Fixed #16737 -- Support non-ascii column names in inspectdb
Claude Paroz
2013-04-01
Fixed getting max_digits for MySQL decimal fields
Claude Paroz
2013-03-31
Fixed #19220 -- Prevented decimals to be displayed in scientific notation
Claude Paroz
2013-03-28
Fixed #19954 -- Fixed MySQL _last_executed decoding
Claude Paroz
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-26
Fixed #20091 -- Oracle null promotion for empty strings
Anssi Kääriäinen
[next]