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
/
models
Age
Commit message (
Expand
)
Author
2014-02-04
Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-02-02
Removed an unused import which snuck in.
Alex Gaynor
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2014-01-28
Fixed #21883 -- Added six.moves.xrange import
Anssi Kääriäinen
2014-01-28
Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...
Loic Bistuer
2014-01-26
Fixed #21877 -- Renamed django.apps.base to config.
Aymeric Augustin
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-25
Unroll choices iterators in field deconstruction
Andrew Godwin
2014-01-24
Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2014-01-20
Use date_extract_sql() for DateFields
Anssi Kääriäinen
2014-01-20
Fixed regex lookup on Oracle
Anssi Kääriäinen
2014-01-20
Fixed Oracle in lookup when more than 1000 params
Anssi Kääriäinen
2014-01-20
Removed an inactive system check for upload_to.
Russell Keith-Magee
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-19
Fixed Oracle query failures caused by lookup refactor
Anssi Kääriäinen
2014-01-18
Fixed #21821 -- db_type argument for field_cast_sql
Anssi Kääriäinen
2014-01-18
Fixed #21794 -- Adjusted warning for abstract models.
Aymeric Augustin
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-17
Fixed #21785: Bad handling of both auto_now and _add on deconstruct
Andrew Godwin
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-12
Fixed #21413 -- resolve_columns fields misalignment
Anssi Kääriäinen
2014-01-10
Deprecated importing a model before loading its application.
Aymeric Augustin
2014-01-08
Changed parent class calls to super in Field subclasses
maurycyp
2014-01-05
Fixed #21711 -- Enforced unicity of model names.
Aymeric Augustin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-31
Small style cleanup.
Aymeric Augustin
2013-12-31
Turned django.db.models.app_cache_ready back into a method.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-29
Replaced Options.object_name.lower() by Options.model_name.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-28
Removed the only_installed argument of Apps.get_models.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Stopped calling apps.get_model with only_installed=False.
Aymeric Augustin
2013-12-26
Turned apps.ready into a property. Added tests.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-24
Typo fix for exception message.
Jonas Gastal
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Renamed has_model to get_registered_models.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Renamed registered_model to has_model.
Aymeric Augustin
2013-12-22
Added an _-prefix to pending lookups because it's transient.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-22
Fixed #21643 -- repeated execution of qs with F() + timedelta
Alexey Voronov
2013-12-18
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Baptiste Mispelon
[next]