Rename class Base its derivatives to LM2Base since Django uses same class names, and names BaseUpdateView and similar are too probable to clash.
Change inialization.
Minor: style.
Minor: fix spelling typos.
Fix AdminSite() call.
Python3 does not have dict.iteritems(), use dict.items().
Small style changes.
Change deprecated dictionary.has_key() function to in operation.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Pet PyCharm inspections.
Fix urls.
Fix LinkForm by excluding nothing.
Fix get_deleted_objects import.
Fix admin urls.
Newer Django has no default on_delete value for ForeignKey field constructor, set it to CASCADE.
Newer Django has no render_to_response(), use render().
Get rid of pylint pragmas, since PyCharm inspections are used instead of pylint.
Python3 has no StandardError, use Exception.
Convert urlpatterns into lists as needed for newer Django.
Convert urlpatterns into lists as needed for newer Django.
Minor reformatting.
Get rid of pylint pragmas, since PyCharm inspections are used instead of pylint.
Change database password; comment out Russian text for a while.
Adopt Django v3 usual file structure.
Prepare code for Python3.7.
ClassDiagram
LinksRelatingData
Pet PyCharm style checker.
Pet PyCharm style checker.
Set defaults for variables from environment, ease printing out settings when needed.
Pet PyCharm style checker: move imports up, reformat comments, docstrings, indents...
Adapt to Django 2.2.3 and Python3.6.
Home
Home
LinksRelatingData
ClassDiagram
LinksRelatingData
ClassDiagram