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-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-25
Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-25
Add reverse_code optional argument to RunPython
Andrew Godwin
2013-09-25
Allow callables as the argument to RunPython
Andrew Godwin
2013-09-25
Make sqlmigrate ignore the RunPython operation
Andrew Godwin
2013-09-25
Add RunPython migration operation and tests
Andrew Godwin
2013-09-25
Add equality support for Project/ModelState
Andrew Godwin
2013-09-24
Added '*' to quote_cache
Anssi Kääriäinen
2013-09-24
Fixed #18333 - Quoted annotated column names
Michael Manfre
2013-09-24
Fix small grammatical error in comment.
Andrei Picus
2013-09-24
Removed double import in mysql base.py
Claude Paroz
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-18
Fixed #12568 -- no error when accessing custom field's descriptor
Anssi Kääriäinen
2013-09-17
Fixed #21114 -- Migrations must not have a dependency to themselves.
Markus Holtermann
2013-09-17
Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-09-16
Added backwards compatability shims for util modules.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-14
REmoved some unused imports
Alex Gaynor
2013-09-14
Merge branch 'master' of https://github.com/django/django
Alex Gaynor
2013-09-14
Removed an import * that was masking importing stuff from the wrong location
Alex Gaynor
2013-09-14
Fixed #20950 -- Instantiate OrderedDict() only when needed
Anssi Kääriäinen
2013-09-14
Fixed #21097 - Added DatabaseFeature.can_introspect_autofield
Michael Manfre
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-10
Made MigrationWriter look for a "deconstruct" attribute on functions.
Loic Bistuer
2013-09-10
Fixed #20978 -- Made deletion.SET_NULL more friendly for MigrationWriter.seri...
Loic Bistuer
2013-09-09
Fixed #20707 -- Added explicit quota assignment to Oracle test user
Садовский Николай
2013-09-08
Removed an unused local var
Alex Gaynor
2013-09-07
Negligible style fix.
Aymeric Augustin
2013-09-07
RunSQL migration operation and alpha SeparateDatabaseAndState op'n.
Andrew Godwin
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-07
Fixed regression introduced by efd1e60, 'map' returns an iterator on PY3.
Loic Bistuer
2013-09-06
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...
Loic Bistuer
2013-09-06
Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-06
Minor factorization.
Aymeric Augustin
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Migration autodetector now corerctly deals with proxy models
Andrew Godwin
2013-09-06
Project/ModelState now correctly serialize multi-model inheritance
Andrew Godwin
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-09-06
Fix SchemaEditor.__exit__ to handle exceptions correctly
Andrew Godwin
2013-09-06
Add --list option to migrate command
Andrew Godwin
2013-09-06
Make db.migrations ignore South-style migrations.
Andrew Godwin
2013-09-06
Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...
Loic Bistuer
2013-09-06
Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.
Loic Bistuer
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-09-04
Tested exc_type instead of exc_value in __exit__.
Aymeric Augustin
2013-09-04
Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.
Loic Bistuer
2013-09-02
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-31
Fixed #21008 -- Made MigrationWriter handle Promise objects.
Loic Bistuer
[prev]
[next]