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-08-10
Add db_table and db_tablespace handling
Andrew Godwin
2012-08-10
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-08-10
Add support for unique_together
Andrew Godwin
2012-08-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-08
[py3] Fixed a loop that changed dictionary size.
Aymeric Augustin
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-06
Fixed #18724 -- Fixed IntegerField validation with value 0
Brendan MacDonell
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-08-02
Add M2M tests and some unique support
Andrew Godwin
2012-07-26
Merge branch 'master' of github.com:django/django into schema-alteration
Andrew Godwin
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-23
Removed a Python 3-compatibility hack.
Aymeric Augustin
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-07-22
[py3] Exception aren't iterable in Python 3.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-17
Switched to use a more idiomatic construct.
Alex Gaynor
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-07-17
Fixed #17497 -- Corrected FieldError message in add_fields()
Anssi Kääriäinen
2012-07-16
Fixed #18056 - Cleared aggregations on DateQuery.add_date_select
Nuno Maltez
2012-07-14
Switched from usign a method that was about to be deprecated to normal code.
Alex Gaynor
2012-07-12
Remove some code that has been dead since newforms-admin was merged, many moo...
Alex Gaynor
2012-07-10
Fixed #18602 -- Improved error message when database NAME is missing
Claude Paroz
2012-07-08
Fixed #18590 - Reverted Python 2.4 workaround for Model pickling
Claude Paroz
2012-07-05
Fixed #18330 - Made cache culling 3rd party db backend friendly
Anssi Kääriäinen
2012-07-05
Fixed #18362 - Made model.save() update_fields accept attnames
Andrei Antoukh
2012-07-03
Fixed comment wording in sql/where.py
Anssi Kääriäinen
2012-07-01
Fixed a regression introduced in where.as_sql() refactor
Anssi Kääriäinen
2012-07-01
Fixed #16047 -- Restore autocommit state correctly on psycopg2
Anssi Kääriäinen
2012-07-01
Fixed some locations to work with autocommit=True
Anssi Kääriäinen
2012-07-01
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
2012-07-01
Fixed #18251 -- Removed a deadlock possibility in apploading
Anssi Kääriäinen
2012-06-26
Fixed #18465 -- Set date formats correctly on Oracle
Josh Smeaton
2012-06-26
Fixed #18515 -- Conditionally regenerated filename in FileField validation
Claude Paroz
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-06-22
Fixed #17776 - DoesNotExist is not picklable
Luke Plant
2012-06-19
Add some field schema alteration methods and tests.
Andrew Godwin
2012-06-18
Very start of schema alteration port. Create/delete model and some tests.
Andrew Godwin
2012-06-13
Fixed connection.queries encoding handling on Oracle
Anssi Kääriäinen
2012-06-13
Fixed #18461 -- Ensured that last_executed_query returns Unicode
Claude Paroz
[prev]
[next]