Vytis Banaitis
|
d1bab24e01
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
Tim Graham
|
1c466994d9
|
Refs #23919 -- Removed misc Python 2/3 references.
|
2017-01-25 13:59:25 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Tim Graham
|
2d96c027f5
|
Refs #23919 -- Removed obsolete MySQLdb references.
|
2017-01-25 10:16:10 -05:00 |
Tim Graham
|
3f0c4fe18f
|
Refs #25175 -- Deprecated db.backends.postgresql_psycopg2 module.
|
2017-01-25 09:23:04 -05:00 |
Mads Jensen
|
ebf34c3cdc
|
Removed unused variables that are overwritten.
|
2017-01-25 09:14:05 -05:00 |
Tim Graham
|
5b95d421f7
|
Refs #23919 -- Removed a MySQLdb workaround (refs #6052) for Python 2.
|
2017-01-24 08:35:06 -05:00 |
Tim Graham
|
a87d6b69a7
|
Tidied djang.db.utils.load_backend().
Removed an unneeded EnvironmentError catching and used
"raise from exc" syntax.
|
2017-01-24 08:33:26 -05:00 |
Tim Graham
|
435e4bf38e
|
Refs #23919 -- Removed __traceback__ setting needed for Python 2.
Partially reverted refs #25761 and refs #16245.
|
2017-01-24 08:31:58 -05:00 |
Tim Graham
|
248d54569e
|
Removed MySQL decimal casting.
Added in Django 1.0: 92c35a0617
Unknown when it became obsolete.
|
2017-01-23 10:44:02 -05:00 |
Claude Paroz
|
8377a98ca5
|
Removed obsolete force_text_recursive
|
2017-01-22 21:13:00 +01:00 |
Claude Paroz
|
6e55e1d88a
|
Refs #23919 -- Replaced six.reraise by raise
|
2017-01-22 20:08:04 +01:00 |
Tim Graham
|
d170c63351
|
Refs #23919 -- Removed misc references to Python 2.
|
2017-01-21 20:02:00 -05:00 |
Mariusz Felisiak
|
c22212220a
|
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
|
2017-01-21 14:28:16 -05:00 |
Tim Graham
|
1b06d5e6f6
|
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
|
2017-01-20 18:21:15 -05:00 |
Claude Paroz
|
042b7350a0
|
Refs #23919 -- Removed unneeded str() calls
|
2017-01-20 14:13:55 +01:00 |
Tim Graham
|
4e729feaa6
|
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
These functions do nothing on Python 3.
|
2017-01-20 08:01:02 -05:00 |
Claude Paroz
|
dc8834cad4
|
Refs #23919 -- Removed unneeded force_str calls
|
2017-01-20 08:44:31 +01:00 |
Mariusz Felisiak
|
bf1c957027
|
Refs #23919 -- Removed Python 2 workaround for hashing Oracle params (refs #27632).
|
2017-01-19 22:20:14 -05:00 |
Tim Graham
|
9ee47ce7b4
|
Refs #23919 -- Removed enum ImportError handling for Python 2.
|
2017-01-19 13:55:20 -05:00 |
Simon Charette
|
9695b14982
|
Refs #23919 -- Removed str() conversion of type and method __name__.
|
2017-01-19 11:31:07 -05:00 |
Chillar Anand
|
41e0033caf
|
Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator.
|
2017-01-19 11:28:30 -05:00 |
Simon Charette
|
4c5ed3e683
|
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Thanks Tim for the review.
|
2017-01-19 11:26:26 -05:00 |
james mike dupont
|
7d20094996
|
Fixed spelling mistakes in code and comments.
|
2017-01-19 07:52:41 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Aymeric Augustin
|
eb422e476f
|
Refs #23919 -- Removed obsolete __ne__() methods.
__ne__() defaults to the opposite of __eq__() on Python 3
when it doesn't return NotImplemented.
|
2017-01-18 21:44:00 -05:00 |
Aymeric Augustin
|
3cc5f01d9b
|
Refs #23919 -- Stopped using django.utils.lru_cache().
|
2017-01-18 21:42:40 -05:00 |
Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Tim Graham
|
631f4ab061
|
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Per deprecation timeline. Refs ed0ff913c6 .
|
2017-01-17 20:52:04 -05:00 |
Tim Graham
|
0dfc5479a8
|
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
|
2017-01-17 20:52:04 -05:00 |
Tim Graham
|
9d0e8c1e7f
|
Refs #26320 -- Removed implicit OneToOnField parent_link per deprecation timeline.
|
2017-01-17 20:52:04 -05:00 |
Tim Graham
|
933dc62742
|
Refs #16508 -- Removed virtual aliases of "private fields".
Per deprecation timeline.
|
2017-01-17 20:52:03 -05:00 |
Tim Graham
|
b70094f040
|
Refs #26226 -- Removed support for related manager classes without a _apply_rel_filters() method.
Per deprecation timeline.
|
2017-01-17 20:52:03 -05:00 |
Tim Graham
|
5139832398
|
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
|
2017-01-17 20:52:03 -05:00 |
Tim Graham
|
bfe0d54514
|
Refs #26230 -- Removed support for model name query lookups when using Meta.default_related_name.
Per deprecation timeline.
|
2017-01-17 20:52:03 -05:00 |
Tim Graham
|
bcf3532ede
|
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
ed251246cc
|
Refs #25550 -- Removed support for direct assignment to the reverse side of a related set.
|
2017-01-17 20:52:01 -05:00 |
Tim Graham
|
733c7c7030
|
Refs #24716 -- Removed Field._get_val_from_obj() per deprecation timeline.
|
2017-01-17 20:52:00 -05:00 |
Tim Graham
|
e707e4c709
|
Refs #19738 -- Removed timezone conversion in SQL queries executed outside of the ORM.
Per deprecation timeline.
|
2017-01-17 14:09:29 -05:00 |
Tim Graham
|
b2ffbb00a5
|
Refs #24215 -- Removed add_lazy_relation() per deprecation timeline.
|
2017-01-17 14:09:29 -05:00 |
Tim Graham
|
ddd3268975
|
Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.
Per deprecation timeline.
|
2017-01-17 14:09:28 -05:00 |
Tim Graham
|
625e9da9ca
|
Removed Field.rel and Field.remote_field.to per deprecation timeline.
|
2017-01-17 14:09:28 -05:00 |
Tim Graham
|
a3bd8672d8
|
Refs #24154 -- Removed deprecated BaseDatabaseOperations.check_aggregate_support().
|
2017-01-17 14:09:28 -05:00 |
Tim Graham
|
03087f80d1
|
Refs #24205 -- Removed Signal.disconnect()'s weak argument.
Per deprecation timeline.
|
2017-01-17 14:09:28 -05:00 |
Tim Graham
|
f01ad1cb6a
|
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on MySQL.
|
2017-01-17 11:16:15 -05:00 |
Markus Holtermann
|
46e0335583
|
Refs #27666 -- Added ProjectState.reload_models().
|
2017-01-17 08:12:53 -05:00 |