Skip to content

Instantly share code, notes, and snippets.

@sivabudh
Created October 6, 2016 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sivabudh/c0c27969b9bab6bd0b65834b9d3b6a15 to your computer and use it in GitHub Desktop.
Save sivabudh/c0c27969b9bab6bd0b65834b9d3b6a15 to your computer and use it in GitHub Desktop.
Super Resin's Django 1.9 Deprecation Warnings
/usr/local/lib/python3.5/site-packages/multiselectfield/db/fields.py:45: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return metaclass(cls.__name__, cls.__bases__, orig_vars)
/usr/src/app/apps/commons/fields.py:5: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
class LiveField(models.NullBooleanField, metaclass=models.SubfieldBase): # pylint: disable=no-member
/usr/src/app/apps/commons/fields.py:35: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
class EmailListField(models.CharField, metaclass=models.SubfieldBase):
/usr/src/app/apps/setting/views.py:59: RemovedInDjango110Warning: 'get_field_by_name is an unofficial API that has been deprecated. You may be able to replace it with 'get_field()'
purchase_procurements_items_field = PurchaseProcurementItem._meta.get_field_by_name('item')[0]
/usr/src/app/apps/setting/views.py:60: RemovedInDjango110Warning: 'get_field_by_name is an unofficial API that has been deprecated. You may be able to replace it with 'get_field()'
document_status_breakdown_fields = AbstractDocumentStatus._meta.get_field_by_name('document_status_breakdown')[0]
/usr/src/app/apps/addresses/urls.py:9: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='address_info'
/usr/src/app/apps/accounts/views.py:217: RemovedInDjango110Warning: `apps.accounts.views.AccountCreateView.get_form` method must define a default value for its `form_class` argument.
class AccountCreateView(AccountCreateBaseView, CreateViewMixins):
/usr/src/app/apps/accounts/views.py:231: RemovedInDjango110Warning: `apps.accounts.views.AccountUpdateView.get_form` method must define a default value for its `form_class` argument.
class AccountUpdateView(AccountBaseView, UpdateViewMixins):
/usr/src/app/config/routers/web.py:33: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.contrib.auth.views.logout). Pass the callable instead.
url(r'^logout/$', 'django.contrib.auth.views.logout', {'next_page': 'login'}, name='logout'),
/usr/src/app/apps/accounts/urls.py:20: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', AccountDetailView.as_view(), name='detail'),
/usr/src/app/apps/approval_routes/views.py:106: RemovedInDjango110Warning: `apps.approval_routes.views.ApprovalRouteDuplicateView.get_form` method must define a default value for its `form_class` argument.
class ApprovalRouteDuplicateView(ApprovalRouteCreateBaseView, DuplicateSingleInlineMixins):
/usr/src/app/apps/approval_routes/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ApprovalRouteDetailView.as_view(), name='detail'),
/usr/src/app/apps/approval_routes_flows/urls.py:7: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^display_approval_route_flow/$', ApprovalRouteFlowDetailView.as_view(), name='display_approval_route_flow'),
/usr/src/app/apps/assets_logs/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', AssetLogDetailView.as_view(), name='detail'),
/usr/src/app/apps/assets/urls.py:22: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<asset_pk>\d+)/asset_log/', include('apps.assets_logs.urls', namespace='assets_logs')),
/usr/src/app/apps/authorities/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', AuthorityDetailView.as_view(), name='detail'),
/usr/src/app/apps/customers_contacts/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', CustomerContactDetailView.as_view(), name='detail'),
/usr/src/app/apps/customers_evaluations/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', CustomerEvaluationDetailView.as_view(), name='detail'),
/usr/src/app/apps/customers/urls.py:28: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<customer_pk>\d+)/evaluation/', include('apps.customers_evaluations.urls', namespace='customers_evaluations')),
/usr/src/app/apps/document_approval_systems/urls.py:10: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^status_action/$', StatusActionView.as_view(), name='status_action'),
/usr/src/app/apps/document_status_systems/urls.py:8: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^form/$', DocumentStatusForm.as_view(), name='form'),
/usr/src/app/apps/equipments_specifications/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', EquipmentSpecificationDetailView.as_view(), name='detail'),
/usr/src/app/apps/equipments_operations/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', EquipmentOperationDetailView.as_view(), name='detail'),
/usr/src/app/apps/equipments/urls.py:24: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<equipment_pk>\d+)/equipments_operations/', include('apps.equipments_operations.urls', namespace='equipments_operations')),
/usr/src/app/apps/expenses/urls.py:27: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^search_expense/$', search_expense, name='search_expense'),
/usr/src/app/apps/orders/views.py:108: RemovedInDjango110Warning: `apps.orders.views.OrderCreateView.get_form` method must define a default value for its `form_class` argument.
class OrderCreateView(OrderCreateBaseView, CreateSingleInlineMixins):
/usr/src/app/apps/orders/views.py:118: RemovedInDjango110Warning: `apps.orders.views.OrderDuplicateView.get_form` method must define a default value for its `form_class` argument.
class OrderDuplicateView(OrderCreateBaseView, DuplicateCreateViewMixins):
/usr/src/app/apps/orders/views.py:184: RemovedInDjango110Warning: `apps.orders.views.OrderUpdateView.get_form` method must define a default value for its `form_class` argument.
class OrderUpdateView(OrderBaseView, UpdateSingleInlineMixins):
/usr/src/app/apps/orders/views.py:205: RemovedInDjango110Warning: `apps.orders.views.OrderUpdateApprovalRouteView.get_form` method must define a default value for its `form_class` argument.
class OrderUpdateApprovalRouteView(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/orders/views.py:381: RemovedInDjango110Warning: `apps.orders.views.OrderDocumentStatusForm.get_form` method must define a default value for its `form_class` argument.
class OrderDocumentStatusForm(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/exportdocx/urls.py:85: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='export_po_appendix_sheet'
/usr/src/app/apps/export_data/urls.py:14: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^export_shipping/$', ExportShippingListView.as_view(), name='export_shipping'),
/usr/src/app/apps/facilities_specifications/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', FacilitySpecificationDetailView.as_view(), name='detail'),
/usr/src/app/apps/facilities/urls.py:21: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<facility_pk>\d+)/facilities_specifications/', include('apps.facilities_specifications.urls', namespace='facilities_specifications')),
/usr/src/app/apps/item_masters/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ItemMasterDetailView.as_view(), name='detail'),
/usr/src/app/apps/man_powers_summaries/urls.py:12: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^employee_summary/$', employee_summary_detail, name='employee_summary'),
/usr/src/app/apps/orders_products/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', OrderProductDetailView.as_view(), name='detail'),
/usr/src/app/apps/orders_account_receipts/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', OrderAccountReceiptDetailView.as_view(), name='detail'),
/usr/src/app/apps/orders/urls.py:39: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^summary_expense/(?P<pk>\d+)/$', OrderSummaryExpense.as_view(), name='summary_expense'),
/usr/src/app/apps/orders_man_powers/urls.py:20: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<order_pk>\d+)/delete/(?P<pk>\d+)/$', OrderManPowerDeleteView.as_view(), name='delete'),
/usr/src/app/apps/organizations/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', OrganizationDetailView.as_view(), name='detail'),
/usr/src/app/apps/permissions/urls.py:10: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='settings'
/usr/src/app/apps/positions/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PositionDetailView.as_view(), name='detail'),
/usr/src/app/apps/products/urls.py:19: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^calculate_total/$', calculate_total, name='calculate_total'),
/usr/src/app/apps/profiles_licenses/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileLicenseDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_languages/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileLanguageDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_educations/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileEducationDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_authorities/urls.py:8: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^pair_data/$', AuthorityPairData.as_view(), name='pair_data'),
/usr/src/app/apps/profiles_salaries/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileSalaryDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_positions/views.py:43: RemovedInDjango110Warning: `apps.profiles_positions.views.ProfilePositionCreateView.get_form` method must define a default value for its `form_class` argument.
class ProfilePositionCreateView(ProfilePositionBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/profiles_positions/views.py:58: RemovedInDjango110Warning: `apps.profiles_positions.views.ProfilePositionUpdateView.get_form` method must define a default value for its `form_class` argument.
class ProfilePositionUpdateView(ProfilePositionBaseView, UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/profiles_positions/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfilePositionDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_organizations/views.py:43: RemovedInDjango110Warning: `apps.profiles_organizations.views.ProfileOrganizationCreateView.get_form` method must define a default value for its `form_class` argument.
class ProfileOrganizationCreateView(ProfileOrganizationBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/profiles_organizations/views.py:58: RemovedInDjango110Warning: `apps.profiles_organizations.views.ProfileOrganizationUpdateView.get_form` method must define a default value for its `form_class` argument.
class ProfileOrganizationUpdateView(ProfileOrganizationBaseView, UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/profiles_organizations/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileOrganizationDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles/urls.py:39: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<profile_pk>\d+)/organizations/', include('apps.profiles_organizations.urls', namespace='profiles_organizations')),
/usr/src/app/apps/purchase_procurements/views.py:83: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchasePurcurementCreateView.get_form` method must define a default value for its `form_class` argument.
class PurchasePurcurementCreateView(PurchaseProcurementCreateBaseView, CreateSingleInlineMixins):
/usr/src/app/apps/purchase_procurements/views.py:101: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchasePurcurementDuplicateView.get_form` method must define a default value for its `form_class` argument.
class PurchasePurcurementDuplicateView(PurchaseProcurementCreateBaseView, DuplicateSingleInlineMixins):
/usr/src/app/apps/purchase_procurements/views.py:163: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchaseProcurementUpdateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementUpdateView(PurchaseProcurementBaseView, UpdateSingleInlineMixins):
/usr/src/app/apps/purchase_procurements/views.py:189: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchaseProcurementUpdateApprovalRouteView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementUpdateApprovalRouteView(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/purchase_procurements/views.py:355: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchaseProcurementDocumentStatusForm.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementDocumentStatusForm(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/purchase_procurements_items/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseProcurementItemDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_procurements_outsources/views.py:80: RemovedInDjango110Warning: `apps.purchase_procurements_outsources.views.PurchaseProcurementOutsourceCreateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementOutsourceCreateView(PurchaseProcurementOutsourceBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/purchase_procurements_outsources/views.py:93: RemovedInDjango110Warning: `apps.purchase_procurements_outsources.views.PurchaseProcurementOutsourceUpdateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementOutsourceUpdateView(PurchaseProcurementOutsourceBaseView, UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/purchase_procurements_outsources/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseProcurementOutsourceDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_procurements_account_payments/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseProcurementAccountPaymentDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_procurements/urls.py:38: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^document_status/(?P<pk>\d+)/$', PurchaseProcurementDocumentStatusForm.as_view(), name='document_status'),
/usr/src/app/apps/purchase_quotations/views.py:68: RemovedInDjango110Warning: `apps.purchase_quotations.views.PurchaseQuotationUpdateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseQuotationUpdateView(PurchaseQuotationBaseView, UpdateSingleInlineMixins):
/usr/src/app/apps/purchase_quotations_items/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseQuotationItemDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_quotations_outsources/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseQuotationOutsourceDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_quotations/urls.py:25: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<purchase_quotation_pk>\d+)/outsources/', include('apps.purchase_quotations_outsources.urls', namespace='purchase_quotations_outsources')),
/usr/src/app/apps/setting/urls.py:25: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='default_choice_field'
/usr/src/app/apps/shipping/views.py:174: RemovedInDjango110Warning: `apps.shipping.views.ShippingCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingCreateView(ShippingCreateBaseView, CreateViewMixins):
/usr/src/app/apps/shipping/views.py:265: RemovedInDjango110Warning: `apps.shipping.views.ShippingItemCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingItemCreateView(ShippingItemBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/shipping/views.py:293: RemovedInDjango110Warning: `apps.shipping.views.ShippingItemPartialCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingItemPartialCreateView(ShippingItemBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/shipping/views.py:320: RemovedInDjango110Warning: `apps.shipping.views.ShippingItemEmptyCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingItemEmptyCreateView(ShippingItemBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/shipping/urls.py:72: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^change_status/(?P<pk>\d+)/(?P<status>\d+)/$', shipping_change_status_form, name='change_status'),
/usr/src/app/config/routers/web.py:88: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^pages/(?P<template_name>\w+)$', StaticView.as_view()),
/usr/src/app/config/routers/web.py:95: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^rosetta/', include('rosetta.urls')),
/usr/src/app/config/urls.py:29: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'api/', include(router.urls)),
* Running on http://0.0.0.0:8001/ (Press CTRL+C to quit)
* Restarting with stat
/usr/local/lib/python3.5/site-packages/multiselectfield/db/fields.py:45: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
return metaclass(cls.__name__, cls.__bases__, orig_vars)
/usr/src/app/apps/commons/fields.py:5: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
class LiveField(models.NullBooleanField, metaclass=models.SubfieldBase): # pylint: disable=no-member
/usr/src/app/apps/commons/fields.py:35: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
class EmailListField(models.CharField, metaclass=models.SubfieldBase):
Performing system checks...
/usr/src/app/apps/setting/views.py:59: RemovedInDjango110Warning: 'get_field_by_name is an unofficial API that has been deprecated. You may be able to replace it with 'get_field()'
purchase_procurements_items_field = PurchaseProcurementItem._meta.get_field_by_name('item')[0]
/usr/src/app/apps/setting/views.py:60: RemovedInDjango110Warning: 'get_field_by_name is an unofficial API that has been deprecated. You may be able to replace it with 'get_field()'
document_status_breakdown_fields = AbstractDocumentStatus._meta.get_field_by_name('document_status_breakdown')[0]
/usr/src/app/apps/addresses/urls.py:9: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='address_info'
/usr/src/app/apps/accounts/views.py:217: RemovedInDjango110Warning: `apps.accounts.views.AccountCreateView.get_form` method must define a default value for its `form_class` argument.
class AccountCreateView(AccountCreateBaseView, CreateViewMixins):
/usr/src/app/apps/accounts/views.py:231: RemovedInDjango110Warning: `apps.accounts.views.AccountUpdateView.get_form` method must define a default value for its `form_class` argument.
class AccountUpdateView(AccountBaseView, UpdateViewMixins):
/usr/src/app/config/routers/web.py:33: RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 (got django.contrib.auth.views.logout). Pass the callable instead.
url(r'^logout/$', 'django.contrib.auth.views.logout', {'next_page': 'login'}, name='logout'),
/usr/src/app/apps/accounts/urls.py:20: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', AccountDetailView.as_view(), name='detail'),
/usr/src/app/apps/approval_routes/views.py:106: RemovedInDjango110Warning: `apps.approval_routes.views.ApprovalRouteDuplicateView.get_form` method must define a default value for its `form_class` argument.
class ApprovalRouteDuplicateView(ApprovalRouteCreateBaseView, DuplicateSingleInlineMixins):
/usr/src/app/apps/approval_routes/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ApprovalRouteDetailView.as_view(), name='detail'),
/usr/src/app/apps/approval_routes_flows/urls.py:7: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^display_approval_route_flow/$', ApprovalRouteFlowDetailView.as_view(), name='display_approval_route_flow'),
/usr/src/app/apps/assets_logs/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', AssetLogDetailView.as_view(), name='detail'),
/usr/src/app/apps/assets/urls.py:22: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<asset_pk>\d+)/asset_log/', include('apps.assets_logs.urls', namespace='assets_logs')),
/usr/src/app/apps/authorities/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', AuthorityDetailView.as_view(), name='detail'),
/usr/src/app/apps/customers_contacts/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', CustomerContactDetailView.as_view(), name='detail'),
/usr/src/app/apps/customers_evaluations/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', CustomerEvaluationDetailView.as_view(), name='detail'),
/usr/src/app/apps/customers/urls.py:28: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<customer_pk>\d+)/evaluation/', include('apps.customers_evaluations.urls', namespace='customers_evaluations')),
/usr/src/app/apps/document_approval_systems/urls.py:10: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^status_action/$', StatusActionView.as_view(), name='status_action'),
/usr/src/app/apps/document_status_systems/urls.py:8: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^form/$', DocumentStatusForm.as_view(), name='form'),
/usr/src/app/apps/equipments_specifications/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', EquipmentSpecificationDetailView.as_view(), name='detail'),
/usr/src/app/apps/equipments_operations/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', EquipmentOperationDetailView.as_view(), name='detail'),
/usr/src/app/apps/equipments/urls.py:24: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<equipment_pk>\d+)/equipments_operations/', include('apps.equipments_operations.urls', namespace='equipments_operations')),
/usr/src/app/apps/expenses/urls.py:27: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^search_expense/$', search_expense, name='search_expense'),
/usr/src/app/apps/orders/views.py:108: RemovedInDjango110Warning: `apps.orders.views.OrderCreateView.get_form` method must define a default value for its `form_class` argument.
class OrderCreateView(OrderCreateBaseView, CreateSingleInlineMixins):
/usr/src/app/apps/orders/views.py:118: RemovedInDjango110Warning: `apps.orders.views.OrderDuplicateView.get_form` method must define a default value for its `form_class` argument.
class OrderDuplicateView(OrderCreateBaseView, DuplicateCreateViewMixins):
/usr/src/app/apps/orders/views.py:184: RemovedInDjango110Warning: `apps.orders.views.OrderUpdateView.get_form` method must define a default value for its `form_class` argument.
class OrderUpdateView(OrderBaseView, UpdateSingleInlineMixins):
/usr/src/app/apps/orders/views.py:205: RemovedInDjango110Warning: `apps.orders.views.OrderUpdateApprovalRouteView.get_form` method must define a default value for its `form_class` argument.
class OrderUpdateApprovalRouteView(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/orders/views.py:381: RemovedInDjango110Warning: `apps.orders.views.OrderDocumentStatusForm.get_form` method must define a default value for its `form_class` argument.
class OrderDocumentStatusForm(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/exportdocx/urls.py:85: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='export_po_appendix_sheet'
/usr/src/app/apps/export_data/urls.py:14: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^export_shipping/$', ExportShippingListView.as_view(), name='export_shipping'),
/usr/src/app/apps/facilities_specifications/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', FacilitySpecificationDetailView.as_view(), name='detail'),
/usr/src/app/apps/facilities/urls.py:21: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<facility_pk>\d+)/facilities_specifications/', include('apps.facilities_specifications.urls', namespace='facilities_specifications')),
/usr/src/app/apps/item_masters/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ItemMasterDetailView.as_view(), name='detail'),
/usr/src/app/apps/man_powers_summaries/urls.py:12: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^employee_summary/$', employee_summary_detail, name='employee_summary'),
/usr/src/app/apps/orders_products/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', OrderProductDetailView.as_view(), name='detail'),
/usr/src/app/apps/orders_account_receipts/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', OrderAccountReceiptDetailView.as_view(), name='detail'),
/usr/src/app/apps/orders/urls.py:39: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^summary_expense/(?P<pk>\d+)/$', OrderSummaryExpense.as_view(), name='summary_expense'),
/usr/src/app/apps/orders_man_powers/urls.py:20: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<order_pk>\d+)/delete/(?P<pk>\d+)/$', OrderManPowerDeleteView.as_view(), name='delete'),
/usr/src/app/apps/organizations/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', OrganizationDetailView.as_view(), name='detail'),
/usr/src/app/apps/permissions/urls.py:10: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='settings'
/usr/src/app/apps/positions/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PositionDetailView.as_view(), name='detail'),
/usr/src/app/apps/products/urls.py:19: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^calculate_total/$', calculate_total, name='calculate_total'),
/usr/src/app/apps/profiles_licenses/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileLicenseDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_languages/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileLanguageDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_educations/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileEducationDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_authorities/urls.py:8: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^pair_data/$', AuthorityPairData.as_view(), name='pair_data'),
/usr/src/app/apps/profiles_salaries/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileSalaryDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_positions/views.py:43: RemovedInDjango110Warning: `apps.profiles_positions.views.ProfilePositionCreateView.get_form` method must define a default value for its `form_class` argument.
class ProfilePositionCreateView(ProfilePositionBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/profiles_positions/views.py:58: RemovedInDjango110Warning: `apps.profiles_positions.views.ProfilePositionUpdateView.get_form` method must define a default value for its `form_class` argument.
class ProfilePositionUpdateView(ProfilePositionBaseView, UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/profiles_positions/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfilePositionDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles_organizations/views.py:43: RemovedInDjango110Warning: `apps.profiles_organizations.views.ProfileOrganizationCreateView.get_form` method must define a default value for its `form_class` argument.
class ProfileOrganizationCreateView(ProfileOrganizationBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/profiles_organizations/views.py:58: RemovedInDjango110Warning: `apps.profiles_organizations.views.ProfileOrganizationUpdateView.get_form` method must define a default value for its `form_class` argument.
class ProfileOrganizationUpdateView(ProfileOrganizationBaseView, UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/profiles_organizations/urls.py:11: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', ProfileOrganizationDetailView.as_view(), name='detail'),
/usr/src/app/apps/profiles/urls.py:39: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<profile_pk>\d+)/organizations/', include('apps.profiles_organizations.urls', namespace='profiles_organizations')),
/usr/src/app/apps/purchase_procurements/views.py:83: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchasePurcurementCreateView.get_form` method must define a default value for its `form_class` argument.
class PurchasePurcurementCreateView(PurchaseProcurementCreateBaseView, CreateSingleInlineMixins):
/usr/src/app/apps/purchase_procurements/views.py:101: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchasePurcurementDuplicateView.get_form` method must define a default value for its `form_class` argument.
class PurchasePurcurementDuplicateView(PurchaseProcurementCreateBaseView, DuplicateSingleInlineMixins):
/usr/src/app/apps/purchase_procurements/views.py:163: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchaseProcurementUpdateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementUpdateView(PurchaseProcurementBaseView, UpdateSingleInlineMixins):
/usr/src/app/apps/purchase_procurements/views.py:189: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchaseProcurementUpdateApprovalRouteView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementUpdateApprovalRouteView(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/purchase_procurements/views.py:355: RemovedInDjango110Warning: `apps.purchase_procurements.views.PurchaseProcurementDocumentStatusForm.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementDocumentStatusForm(UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/purchase_procurements_items/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseProcurementItemDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_procurements_outsources/views.py:80: RemovedInDjango110Warning: `apps.purchase_procurements_outsources.views.PurchaseProcurementOutsourceCreateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementOutsourceCreateView(PurchaseProcurementOutsourceBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/purchase_procurements_outsources/views.py:93: RemovedInDjango110Warning: `apps.purchase_procurements_outsources.views.PurchaseProcurementOutsourceUpdateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseProcurementOutsourceUpdateView(PurchaseProcurementOutsourceBaseView, UpdateViewMixinsAjax, UpdateViewMixins):
/usr/src/app/apps/purchase_procurements_outsources/urls.py:18: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseProcurementOutsourceDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_procurements_account_payments/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseProcurementAccountPaymentDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_procurements/urls.py:38: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^document_status/(?P<pk>\d+)/$', PurchaseProcurementDocumentStatusForm.as_view(), name='document_status'),
/usr/src/app/apps/purchase_quotations/views.py:68: RemovedInDjango110Warning: `apps.purchase_quotations.views.PurchaseQuotationUpdateView.get_form` method must define a default value for its `form_class` argument.
class PurchaseQuotationUpdateView(PurchaseQuotationBaseView, UpdateSingleInlineMixins):
/usr/src/app/apps/purchase_quotations_items/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseQuotationItemDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_quotations_outsources/urls.py:16: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^detail/(?P<pk>\d+)/$', PurchaseQuotationOutsourceDetailView.as_view(), name='detail'),
/usr/src/app/apps/purchase_quotations/urls.py:25: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^(?P<purchase_quotation_pk>\d+)/outsources/', include('apps.purchase_quotations_outsources.urls', namespace='purchase_quotations_outsources')),
/usr/src/app/apps/setting/urls.py:25: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
name='default_choice_field'
/usr/src/app/apps/shipping/views.py:174: RemovedInDjango110Warning: `apps.shipping.views.ShippingCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingCreateView(ShippingCreateBaseView, CreateViewMixins):
/usr/src/app/apps/shipping/views.py:265: RemovedInDjango110Warning: `apps.shipping.views.ShippingItemCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingItemCreateView(ShippingItemBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/shipping/views.py:293: RemovedInDjango110Warning: `apps.shipping.views.ShippingItemPartialCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingItemPartialCreateView(ShippingItemBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/shipping/views.py:320: RemovedInDjango110Warning: `apps.shipping.views.ShippingItemEmptyCreateView.get_form` method must define a default value for its `form_class` argument.
class ShippingItemEmptyCreateView(ShippingItemBaseView, CreateViewMixinsAjax, CreateViewMixins):
/usr/src/app/apps/shipping/urls.py:72: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^change_status/(?P<pk>\d+)/(?P<status>\d+)/$', shipping_change_status_form, name='change_status'),
/usr/src/app/config/routers/web.py:88: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^pages/(?P<template_name>\w+)$', StaticView.as_view()),
/usr/src/app/config/routers/web.py:95: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^rosetta/', include('rosetta.urls')),
/usr/src/app/config/urls.py:29: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'api/', include(router.urls)),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment