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-06-19
Autodetect fields, have migrate actually work
Andrew Godwin
2013-06-19
Makemigration command now works
Andrew Godwin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-19
First stab at some migration creation commands
Andrew Godwin
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-06-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-18
Fixed #14930 -- values_list() failure on qs ordered by extra column
Florian Hahn
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-16
Fixed #20583 -- ORM always uses setup_joins() for join generation
Anssi Kääriäinen
2013-06-14
Fixed #20289 -- pickling of dynamic models
Anssi Kääriäinen
2013-06-14
Fixed #20528 -- regression in select_related join promotion
Anssi Kääriäinen
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-06-11
Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...
Tim Graham
2013-06-11
Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.
Axel Haustant
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-06-09
Replaced a dict emulating a set with a set.
Aymeric Augustin
2013-06-07
Initial stab at a migrate command, it's probably quite a way off.
Andrew Godwin
2013-06-07
Auto-naming for migrations and some writer fixes
Andrew Godwin
2013-06-07
Autodetector tests
Andrew Godwin
2013-06-07
Field encoding
Andrew Godwin
2013-06-07
A bit of an autodetector and a bit of a writer
Andrew Godwin
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-06
Fixed #20564 -- Generic relations exclude() regression
Anssi Kääriäinen
2013-06-04
Fixed #17601 -- expose underlying db exceptions under py2
James Aylett
2013-06-02
Added get_app_paths() to the AppCache.
Aymeric Augustin
2013-06-01
Fixed #20337 -- Clarified error message when database relation is not allowed.
Dan Loewenherz
2013-05-30
Remove debug prints
Andrew Godwin
2013-05-30
Use correct model versions for field operations
Andrew Godwin
2013-05-30
Fix error in ModelState.clone() not copying deep enough
Andrew Godwin
2013-05-30
Add an Executor for end-to-end running
Andrew Godwin
2013-05-30
Allow retrieval of project state at start of migrations
Andrew Godwin
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-05-30
Fixed #20272 - Moved update_fields existence check into Model._do_update.
Tim Graham
2013-05-30
Fixed #16436 -- defer + annotate + select_related crash
Tai Lee
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-27
Fixed #20014 -- implemented get_key_columns() for Oracle
Shai Berger
2013-05-27
Fixed #20501 -- failure of datetime queries with timezones under Oracle
Shai Berger
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-27
Fixed #17582 - Added message to DoesNotExist exceptions.
Tim Graham
2013-05-27
Fixed #20507 -- SubqueryConstraint alias handling
Anssi Kääriäinen
2013-05-27
Fixed #20507 -- SubqueryConstraint alias relabeling
Anssi Kääriäinen
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
[prev]
[next]