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-03-02
Restored aliases for two APIs removed by app-loading.
Aymeric Augustin
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-02-25
Fixed bad grammar in a comment.
Martin Matusiak
2014-02-18
Fixed #22057 -- Ensured reverse_lazy can be used in settings
Claude Paroz
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
2014-02-15
Fixed #22047 -- detecting related_name clash with inheritance
Christopher Medrela
2014-02-15
Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFields
Albert Wang
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-10
Fixed #17673 -- Forbid field shadowing.
Christopher Medrela
2014-02-09
Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.
Robert Stapenhurst
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
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
[prev]
[next]