Skip to content

Commit

Permalink
Remove unused django-angular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Mar 15, 2022
1 parent 5526df8 commit affa847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/js-guide/integration-patterns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ invocation. Each RMI request creates a Promise for handling the server
response.

``dimagi/jquery.rmi`` was modeled after `Djangular’s
RMI <http://django-angular.readthedocs.org/en/latest/remote-method-invocation.html>`__),
and currently relies on a portion of that library to handle server
responses.
RMI <http://django-angular.readthedocs.org/en/latest/remote-method-invocation.html>`__).
Since that project is now dead we have internalized the relevant parts
of it as ``corehq.util.jqueryrmi``.

The `README for
dimagi/jquery.rmi <http://github.com/dimagi/jquery.rmi>`__ has excellent
Expand Down
1 change: 0 additions & 1 deletion requirements/base-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ decorator==4.0.11 # required by django-digest
defusedxml
diff-match-patch
dimagi-memoized
django-angular
django-autoslug
django-braces
django-bulk-update
Expand Down
1 change: 0 additions & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
'django.contrib.staticfiles',
'django_celery_results',
'django_prbac',
'djng',
'captcha',
'couchdbkit.ext.django',
'crispy_forms',
Expand Down

0 comments on commit affa847

Please sign in to comment.