Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/options.py
Commit message (Expand)AuthorAgeFilesLines
...
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed #21236 -- Allowed migrations to work with unique_to...Javed Khan2013-10-071-6/+11
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-301-1/+3
* Add more stringent M2M tests and fix the bug they exposedAndrew Godwin2013-08-191-3/+3
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-2/+3
|\
| * Fixed #9057 -- Added default_permissions model meta option.Tim Graham2013-08-091-1/+2
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-11/+12
|\|
| * Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-5/+5
| * Removed unused model option "admin"Tim Graham2013-08-011-1/+0
| * Added field.attname to Options.name_mapAnssi Kääriäinen2013-07-311-3/+4
| * Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen2013-07-251-2/+3
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-07-021-4/+4
|\|
| * Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-4/+4
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-06-281-0/+24
|\|
| * Fixed #20642 -- Deprecated `Option.get_(add|change|delete...Simon Charette2013-06-251-0/+24
* | ModelState now freezes options and basesAndrew Godwin2013-05-191-0/+6
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-05-181-1/+1
|\|
| * Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* | Split out a BaseAppCache, make AppCache borg again, add _...Andrew Godwin2013-05-091-4/+4
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-04-181-19/+74
|\|
| * Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-3/+35
| * Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-9/+20
| * Avoided unnecessary recreation of RelatedObjectsAnssi Kääriäinen2013-01-181-5/+4
| * Fixed #19401 -- Ensure that swappable model references ar...Russell Keith-Magee2012-12-201-3/+16
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2012-12-181-46/+14
|\|
| * Fixed #19469 -- Removed opts.get_ordered_objects() and re...Anssi Kääriäinen2012-12-161-13/+0
| * Removed duplicate opts.pk_index() methodAnssi Kääriäinen2012-11-271-8/+4
| * Fixed #13781 -- Improved select_related in inheritance si...Anssi Kääriäinen2012-11-151-3/+3
| * Fixed select_related performance regressionsAnssi Kääriäinen2012-11-131-4/+7
| * Fixed #5805 -- it is now possible to specify multi-column...Alex Gaynor2012-11-041-1/+3
| * Removed dupe_avoidance from sql/query and sql/compiler.pyAnssi Kääriäinen2012-10-311-19/+0
* | Merge branch 'master' into schema-alterationAndrew Godwin2012-10-261-13/+32
|\|
| * Fixed #19049 -- Ensure that swapped models aren't include...Russell Keith-Magee2012-10-021-10/+14
| * Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-3/+18
* | Remove AppCache state handling, replace with swappable ca...Andrew Godwin2012-09-221-1/+4
|/
* [py3] Replace filter/lambda by list comprehensionsAymeric Augustin2012-08-141-1/+1
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* [py3] Replaced some __str__ methods by __unicode__Aymeric Augustin2012-08-121-3/+5
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-2/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-9/+8
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Switched from usign a method that was about to be depreca...Alex Gaynor2012-07-151-1/+1
* Fixed #16128 - Correctly cascade-delete proxy models as i...Carl Meyer2012-03-051-7/+18
* Edited stuff from [17543] to [17629]Adrian Holovaty2012-03-021-5/+5
* Fixed #17678 -- Corrected setup of _meta.proxy_for_model ...Carl Meyer2012-02-221-0/+9
* Fixed #16299 -- Ensure that unicode strings can be used t...Russell Keith-Magee2011-08-231-2/+2
* Refs #15093 -- Fixed another get_models call missed in r1...Carl Meyer2011-04-271-1/+1