Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Split out a BaseAppCache, make AppCache borg again, add _...Andrew Godwin2013-05-091-12/+8
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-04-181-110/+144
|\|
| * Fixed a line that was overindented.Alex Gaynor2013-04-051-1/+1
| * Fixed spelling errorsGavin Wahl2013-03-281-1/+1
| * Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-8/+11
| * Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen2013-03-141-101/+115
| * Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-42/+42
| * One more EMPTY_VALUES replacement following 22be90dd17Claude Paroz2013-03-061-2/+1
| * Fixed #19688 -- Allow model subclassing with a custom met...Simon Charette2013-02-241-2/+11
| * Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-2/+2
| * Fixed #19576 -- Use `six.with_metaclass` uniformously acc...Simon Charette2013-01-081-1/+1
| * Fix #19524 -- Incorrect caching of parents of unsaved mod...Aymeric Augustin2012-12-281-0/+9
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2012-12-181-0/+5
|\|
| * Fixed #19362 -- Detected invalid use of @python_2_unicode...Aymeric Augustin2012-11-271-0/+5
* | Merge branch 'master' into schema-alterationAndrew Godwin2012-10-261-6/+14
|\|
| * Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-6/+14
* | Remove AppCache state handling, replace with swappable ca...Andrew Godwin2012-09-221-8/+11
|/
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-2/+2
* Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ i...Simon Meers2012-08-221-2/+0
* Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2Simon Meers2012-08-201-0/+2
* [py3] Removed excessive usage of smart_bytesClaude Paroz2012-08-151-2/+2
* [py3] Fixed admin_views testsClaude Paroz2012-08-141-1/+1
* [py3] Removed unnecessary calls to .keys()Aymeric Augustin2012-08-141-1/+1
* Fixed #18306 -- Made deferred models issue update_fields ...Andrei Antoukh2012-08-121-0/+18
* [py3] Made __repr__ return str with Python 3Claude Paroz2012-08-121-2/+2
* [py3] Avoided returning bytes in Model.__str__Aymeric Augustin2012-08-121-1/+1
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-2/+2
* [py3] Applied minor fixes so the test suite startsAymeric Augustin2012-08-071-23/+24
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-5/+5
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-2/+2
* Replaced some byte strings by str() callsClaude Paroz2012-08-031-2/+2
* Removed a Python 3-compatibility hack.Aymeric Augustin2012-07-231-13/+7
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-7/+7
* [py3] Used six.with_metaclass wherever necessary.Aymeric Augustin2012-07-221-4/+14
* Fixed #18590 - Reverted Python 2.4 workaround for Model p...Claude Paroz2012-07-081-29/+11
* Fixed #18362 - Made model.save() update_fields accept att...Andrei Antoukh2012-07-051-3/+10
* Fixed #17776 - DoesNotExist is not picklableLuke Plant2012-06-221-6/+33
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-3/+5
* Fixed #18343 -- Cleaned up deferred model implementationAnssi Kääriäinen2012-05-271-7/+1
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-2/+2
* Fixed #4102 -- Allow update of specific fields in model.s...Andrei Antoukh2012-05-121-14/+41
* Imported zip from future_builtins instead of itertools.izip.Claude Paroz2012-05-071-4/+4
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-4/+4
* Fixed #17615 -- Corrected unique field validation when us...Anssi Kääriäinen2012-04-201-3/+7
* Fixed #10498 (again) -- Made sure the improvements done i...Jannis Leidel2012-03-131-7/+1
* Fixed #10498 -- Fixed using ugettext_lazy values when cre...Jannis Leidel2012-03-031-1/+7
* Fixed #17678 -- Corrected setup of _meta.proxy_for_model ...Carl Meyer2012-02-221-5/+4
* Fix #13864: Removed database error raised when force_upda...Karen Tracey2011-11-121-3/+4
* Remove a bunch of deadcode/dead imports.Alex Gaynor2011-09-111-1/+0