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
/
options.py
Age
Commit message (
Expand
)
Author
2013-05-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-09
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-18
Avoided unnecessary recreation of RelatedObjects
Anssi Kääriäinen
2012-12-20
Fixed #19401 -- Ensure that swappable model references are case insensitive.
Russell Keith-Magee
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-12-16
Fixed #19469 -- Removed opts.get_ordered_objects() and related code
Anssi Kääriäinen
2012-11-27
Removed duplicate opts.pk_index() method
Anssi Kääriäinen
2012-11-15
Fixed #13781 -- Improved select_related in inheritance situations
Anssi Kääriäinen
2012-11-13
Fixed select_related performance regressions
Anssi Kääriäinen
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-10-31
Removed dupe_avoidance from sql/query and sql/compiler.py
Anssi Kääriäinen
2012-10-26
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-10-02
Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-22
Remove AppCache state handling, replace with swappable caches
Andrew Godwin
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Replaced some __str__ methods by __unicode__
Aymeric Augustin
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-14
Switched from usign a method that was about to be deprecated to normal code.
Alex Gaynor
2012-03-05
Fixed #16128 - Correctly cascade-delete proxy models as if they were the conc...
Carl Meyer
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2011-08-23
Fixed #16299 -- Ensure that unicode strings can be used to identify classes i...
Russell Keith-Magee
2011-04-27
Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo...
Carl Meyer
2011-04-27
Fixed #15903 -- Allowed not-installed models to still be referenced in relate...
Carl Meyer
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-12
Fixed #13987 -- Ensure that the primary key is set correctly for all models t...
Russell Keith-Magee
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2011-01-19
Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...
Carl Meyer
2010-11-17
Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...
Ramiro Morales
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-15
Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-05-11
Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...
Jacob Kaplan-Moss
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-03-04
Fixed #10251 -- Fixed model inheritance when there's also an explicit pk field.
Malcolm Tredinnick
[prev]
[next]