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
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-09-07
Add M2M repointing
Andrew Godwin
2012-09-07
Ensued that SQL indexes are alwasy created in the same name.
Alex Gaynor
2012-09-07
Repoint ForeignKeys when their to= changes.
Andrew Godwin
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
2012-09-07
Cleaned up some small bits of the ORM, including removing an import *.
Alex Gaynor
2012-09-05
Add some state management methods to AppCache.
Andrew Godwin
2012-09-05
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-04
Implement primary key changing
Andrew Godwin
2012-09-01
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-08-30
db_index alteration mostly working
Andrew Godwin
2012-08-30
Made get_table_description also return the size of char fields on SQLite
Claude Paroz
2012-08-30
Fixed #5725 -- Fixed varchar column size introspection for MySQL
Claude Paroz
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-26
Code comment fix.
Mitar
2012-08-25
Fixed #16715 -- Fixed join promotion logic for nested nullable FKs
Anssi Kääriäinen
2012-08-24
Cleaned up the implementation of in_bulk
Alex Gaynor
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-22
Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2"
Simon Meers
2012-08-21
Fixed #17886 -- Fixed join promotion in ORed nullable queries
Anssi Kääriäinen
2012-08-20
[py3] Prepared MySQL backend for Python 3 compatibility
Claude Paroz
2012-08-20
Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2
Simon Meers
2012-08-19
[py3] Fixed Oracle specific failures
Anssi Kääriäinen
2012-08-18
[py3] Ported django.utils.safestring.
Aymeric Augustin
2012-08-18
Add a SQlite backend. One test passes!
Andrew Godwin
2012-08-18
All tests passing on MySQL
Andrew Godwin
2012-08-18
First stab at MySQL support
Andrew Godwin
2012-08-18
[py3] Fixed backends tests.
Aymeric Augustin
2012-08-18
[py3] Added compatibility import of thread/_thread
Aymeric Augustin
2012-08-16
[py3] Fixed installed_models filtering.
Dmitry Shevchenko
2012-08-15
[py3] Fixed F-expression right-hand division
Claude Paroz
2012-08-15
[py3] Pass bytes to md5 in truncate_name
Claude Paroz
2012-08-15
[py3] Removed excessive usage of smart_bytes
Claude Paroz
2012-08-14
[py3] Removed a remaining use of __metaclass__.
Aymeric Augustin
2012-08-14
[py3] Fed strftime with unicode on Python 3
Claude Paroz
2012-08-14
[py3] Fixed F-expression division operators
Anssi Kääriäinen
2012-08-14
[py3] Fixed admin_views tests
Claude Paroz
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-08-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
2012-08-13
Refix #13844 -- Made FloatField aggregates work on Python 2.6 + Postgres
Anssi Kääriäinen
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei Antoukh
2012-08-12
Fixed #13844 -- Avoid converting unknown db values to float
Anssi Kääriäinen
2012-08-12
[py3] Always convert values from sqlite3 to unicode strings
Claude Paroz
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
Fixed #18731 -- Cleaned up split_exclude's use of can_reuse
Anssi Kääriäinen
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Replaced some __str__ methods by __unicode__
Aymeric Augustin
2012-08-12
[py3] Avoided returning bytes in Model.__str__
Aymeric Augustin
2012-08-11
[py3] Fixed reraising of exceptions
Claude Paroz
[prev]
[next]