Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

djangoextensions

This is a repository for collecting global custom management extensions for the Django Framework.
Collective - Host: opensource - https://opencollective.com/djangoextensions - Code: https://github.com/django-extensions/django-extensions

changed TestModel into TestAdminModel name

github.com/django-extensions/django-extensions - 0db3988cfc99b1184e1078d9ae592d44c1eaf488 authored almost 6 years ago
Additional tests for admin_generator command

github.com/django-extensions/django-extensions - 2bdafc375edfe8bacd6a5072669aa900a5800754 authored almost 6 years ago
Merge pull request #1352 from kuter/additional_tests_for_test_clear_caches.py

Additional tests for clear_cache command

github.com/django-extensions/django-extensions - 7bc83bc8f656205f0b1d95b75b14faadc3907a90 authored almost 6 years ago
Additional tests for clear_cache command

github.com/django-extensions/django-extensions - cdde645b63eba7c58f94b5ef7d3bc7cdf5266d4d authored almost 6 years ago
add support for psqlextra extensions in reset_db

This attempts to suport the django-postgres-extra library wich is also a valid postgresq engine

github.com/django-extensions/django-extensions - 7ad7135f1ae6fae159cc123f67cfabcec2cefe6b authored almost 6 years ago
Merge pull request #1350 from kuter/tests-for-email_notifications

Tests for email_notifications class

github.com/django-extensions/django-extensions - 6af0faff27348a420617da34daa649b2697d9a34 authored almost 6 years ago
add missing test_email_notification_command

github.com/django-extensions/django-extensions - eae7f58105f4d10a9c0421dbe4d99f62417525c2 authored almost 6 years ago
Tests for email_notifications class

github.com/django-extensions/django-extensions - 55bde00a29a570062922e9afeb9d1885326f933e authored almost 6 years ago
Merge pull request #1349 from kuter/tests-for-describe_form_command

Tests for describe form command

github.com/django-extensions/django-extensions - b6ab8eb20682c247b7bb146e6dabcac6cce35ea3 authored almost 6 years ago
Merge pull request #1348 from kuter/tests-for-cache_cleanup-job

Tests for cache_cleanup job

github.com/django-extensions/django-extensions - 660b74c55f70d676d49c56f41f64eb5356065c8e authored almost 6 years ago
fix for python27, add sorting form field attrs

github.com/django-extensions/django-extensions - f935889c3fe4d619fc70e11e92a7ab4efa43279d authored almost 6 years ago
removed unused six import

github.com/django-extensions/django-extensions - 6eff239cef0f1b56c993b1eb9e38cb913ee9b187 authored almost 6 years ago
Tests for describe_form management command

github.com/django-extensions/django-extensions - a73ecfc90437e88fa6e5fbcbc29654866ad0a364 authored almost 6 years ago
added missing coding utf-8

github.com/django-extensions/django-extensions - c636168a9f708f8296454126ca59092bc5c976f3 authored almost 6 years ago
Tests for cache_cleanup job

github.com/django-extensions/django-extensions - 2b390e64c9b6954a8f2abcbfb5cc01477f8236de authored almost 6 years ago
Merge pull request #1346 from kuter/additional_tests_for_runjob

Additional tests for runjob

github.com/django-extensions/django-extensions - 04db240af76f2720f27edba75177262f5c65b66e authored almost 6 years ago
Fix in resolving ssl certificate path in runserver_plus

github.com/django-extensions/django-extensions - b6f9a703c3bcea1ee678a2e38e8d23d836b3b5b2 authored almost 6 years ago
tests for runjob moved to right place

github.com/django-extensions/django-extensions - 5730ff4bdc8d4e9d9e4710ae0008bdf00e061850 authored almost 6 years ago
Additional tests for runjob management command

github.com/django-extensions/django-extensions - 08dbe20ba2e81db127c3574a844bc355929ed49a authored almost 6 years ago
Merge pull request #1345 from kuter/tests-for-management-command-create_jobs

Tests for create_jobs management command

github.com/django-extensions/django-extensions - 6df19dce3ea04338837bac712d5adc81fc15b31b authored almost 6 years ago
Tests for create_jobs management command

github.com/django-extensions/django-extensions - 4251054a5877e424554687136134f211e6a3c3d1 authored almost 6 years ago
fix reset_db test and cleanup a bit

github.com/django-extensions/django-extensions - 7f10498d42a89be782f68d258a721dc8756b5dd3 authored almost 6 years ago
use full backend names and allow to override / extend the list

github.com/django-extensions/django-extensions - 10f5d7871ae82cdb3bce6a49ce6db8e50cfa9d32 authored almost 6 years ago
make linter happy no-else-after-raise

github.com/django-extensions/django-extensions - b1f9e236774da4c6abfc16172b482ed939b6954d authored almost 6 years ago
do not use len(...) to check for empty list

github.com/django-extensions/django-extensions - e372128e62148e013f300e3e7e229cae95768c29 authored almost 6 years ago
Merge pull request #1341 from kuter/additional_tests_for_validate_templates

Additional tests for validate_templates management command

github.com/django-extensions/django-extensions - 2984be84d409595df5033db0d65bf889512f36c7 authored almost 6 years ago
Additional tests for validate_templates management command

github.com/django-extensions/django-extensions - 7c2916716aee786725144067615a7d543caa8a98 authored almost 6 years ago
Merge branch 'additional_tests_for_sync_s3' of git://github.com/kuter/django-extensions into kuter-additional_tests_for_sync_s3

* 'additional_tests_for_sync_s3' of git://github.com/kuter/django-extensions:
removed unnecess...

github.com/django-extensions/django-extensions - e9b4331bb76d0265e93c4b2afc93b658438d5d3a authored almost 6 years ago
Merge pull request #1339 from kuter/tests-for-unreferenced_filed-command

Tests for unreferenced_files command

github.com/django-extensions/django-extensions - 72c3fcb4d997b6fa90647aebda61be448fbce4a4 authored almost 6 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
removed unused imports
additio...

github.com/django-extensions/django-extensions - c25a9b4d9c17da768ce0ca4124f43ca718ac9de9 authored almost 6 years ago
clearify warning and use CommandError instead of ImportError

github.com/django-extensions/django-extensions - 2d9967d45af7acb3883d226bbb047adc5b935280 authored almost 6 years ago
Tests for unreferenced_files command

github.com/django-extensions/django-extensions - c8af471fea15c435c9f66aff094777808476f2bf authored almost 6 years ago
removed unnecessary comment

github.com/django-extensions/django-extensions - 7a22a0e3f1df6dac943f7222feab5a1f56d61feb authored almost 6 years ago
added missing Mock import

github.com/django-extensions/django-extensions - 2b6a86f9e6a5d83165f06311e326fdd43bd49d58 authored almost 6 years ago
Additional tests for sync_s3 command

github.com/django-extensions/django-extensions - 4e6dbccf18fcf71b8896338ba2895aa91b8f2273 authored almost 6 years ago
Merge pull request #1336 from kuter/additional_tests_for_update_permissions

additional tests for update_permissions command

github.com/django-extensions/django-extensions - e203736ed45a2cdf7f4da9294dc8c7fe19def875 authored almost 6 years ago
additional tests for update_permissions command

github.com/django-extensions/django-extensions - 3a71ea3fa2784eafe02384fcc46913cd6192e80a authored almost 6 years ago
try import mock from unittest first

github.com/django-extensions/django-extensions - 0914a0e3ba291c240a23abd3aa03287a6eab41f2 authored almost 6 years ago
mysql does not have and/or introspect and fill the `orders` attribute of constraint information

github.com/django-extensions/django-extensions - f58fbebba6ddceebc321cb8d717a161b44186aab authored almost 6 years ago
Merge pull request #1335 from kuter/additional_tests_for_notes_command

Additional test for notes command

github.com/django-extensions/django-extensions - 5043517bde79f536bf02b388011a72b3ecfaf3e1 authored almost 6 years ago
Additional test for notes command

github.com/django-extensions/django-extensions - e3196225c6a903deb5d5473bfb5a1b66bb156b3d authored almost 6 years ago
Merge pull request #1325 from kuter/additional_tests_for_find_template

Additional tests for find_template

github.com/django-extensions/django-extensions - d9bbe5795d41b66874dc5208dff074f7372de74f authored almost 6 years ago
Merge pull request #1332 from jayvdb/patch-1

MANIFEST.in: Add tests to sdist

github.com/django-extensions/django-extensions - 95e7bc2e2978f19776e10fa2446b3083af9d49aa authored almost 6 years ago
MANIFEST.in: Add tests to sdist

Also adds other sdist build related files, and
tighten up the other recursive includes to avoid...

github.com/django-extensions/django-extensions - 80f05fde06c7b74ebac6aa9b83197904dc383966 authored almost 6 years ago
use stderr for warning message

github.com/django-extensions/django-extensions - f6b507546684bd35a051760d138579a1030b4fe5 authored almost 6 years ago
Merge pull request #1331 from kuter/deprecation-warning-for-passwd-command

added deprecation warning for passwd command

github.com/django-extensions/django-extensions - 8c80396206c91dd7c0803d56ce7bbe145ed936d3 authored almost 6 years ago
move back inline import as it breaks tests

github.com/django-extensions/django-extensions - c67ab42786a70e8c6f58803408e0fe0f110c47db authored almost 6 years ago
added deprecation warning for passwd command

github.com/django-extensions/django-extensions - 42bcb174a19f13fa40cc350e07c6147eeefda458 authored almost 6 years ago
Merge pull request #1323 from kuter/additional_tests_for_show_urls

Additional tests for show_urls command

github.com/django-extensions/django-extensions - aec1c9845e2205df0347072392c6f48929147c1f authored almost 6 years ago
remove TruncateLetterTests test after it got removed

github.com/django-extensions/django-extensions - 47639d77662100ce8cceae5f1529ae854c5e0d52 authored almost 6 years ago
deprecate truncate_letters because django's buildin truncatechars

github.com/django-extensions/django-extensions - 79b31a648cacc7ab833d4f1636eaa9594a210f07 authored almost 6 years ago
add initial idle support

github.com/django-extensions/django-extensions - ea14ec69887cd9de09b0dfc0e946344797080da3 authored almost 6 years ago
change print into self.stdout

github.com/django-extensions/django-extensions - 09c63449b767c19bdc8a8ddff16002b2d118346e authored almost 6 years ago
Additional tests for find_template

github.com/django-extensions/django-extensions - ec36acfffbb02e8ffe2094d95ef020ebb27cbbb9 authored almost 6 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
fix
remove unused imports
Ad...

github.com/django-extensions/django-extensions - e37ae2c239b509485f0b56e846bcaabbb5961b63 authored almost 6 years ago
Merge pull request #1321 from kuter/additional_tests_for_create_command

Additional tests for create command

github.com/django-extensions/django-extensions - 0967ba1bbc30459e1123f69a7640160be4e20761 authored almost 6 years ago
more pydocstyle ignores and fixes

this is not an exhaustive commit for fixing pydocstyle warning

github.com/django-extensions/django-extensions - 1fad439a8023f9e6def3db6d2c7491efe4fab2a8 authored almost 6 years ago
fix python2 compatibility

github.com/django-extensions/django-extensions - 256713d7c736586c38fb68c598ecf1b18423ff5f authored almost 6 years ago
Additional tests for show_urls command

github.com/django-extensions/django-extensions - b58b3320c2ffc2fad964e0c9dfa24363a2fde645 authored almost 6 years ago
add back import needed for tests

github.com/django-extensions/django-extensions - 89baa8837f5109f515a7062884cc2a17d697e43b authored almost 6 years ago
use import mock

this solves error with resolving doc tests:

________________ ERROR collecting tests/test_loggin...

github.com/django-extensions/django-extensions - 8f89a8a5a949ed829f2a61e3fcaef5cd870b5281 authored almost 6 years ago
update formatting and removal of unused noqa

github.com/django-extensions/django-extensions - e4554e23a996df90cb3860e04a61f9cbdc856fd7 authored almost 6 years ago
Additional tests for create command

github.com/django-extensions/django-extensions - b9d3ec50b19d3c4f8a3f183fc6b6bfa894fe8c46 authored almost 6 years ago
Merge pull request #1320 from Qu4tro/fix/runserver_on_django22

Add workaround for extension checking on django22 with i18n

github.com/django-extensions/django-extensions - 7daf4825730be30e3abc91aaea4c517db00a7205 authored almost 6 years ago
Add workaround for extension checking on django22 with i18n

github.com/django-extensions/django-extensions - 8b5d9013bfda51ec3c6b9d1ce7b57630e4f00a19 authored almost 6 years ago
Merge pull request #1316 from kuter/additional_tests_for_encrypted_fields

Additional tests for encrypted fields

github.com/django-extensions/django-extensions - 73afa81e9497d8600d2cc3517e80d4c865288ee8 authored almost 6 years ago
moved import shutil on the top of the file

github.com/django-extensions/django-extensions - 02211e82fe3946ac77b663cb0f3a5c91b7ca97a2 authored almost 6 years ago
add line_length for isort

github.com/django-extensions/django-extensions - 1a3d6fa264d997119cce85f8149e49dcda4bb49f authored almost 6 years ago
Merge pull request #1319 from kuter/additional_tests_for_set_fake_passwords

Additional tests for set_fake_passwords command

github.com/django-extensions/django-extensions - 5e64dd6b7f47d70c3cb89a325115c3bb0b1f3098 authored almost 6 years ago
added mock for py27, isort

github.com/django-extensions/django-extensions - 93a29ab1a75a2eaa1f42b24c9186d1289bacab9e authored almost 6 years ago
Additional tests for set_fake_passwords command

github.com/django-extensions/django-extensions - 2bdd353db63065a1ec1fe67ccd6e8bb1f15ec1bc authored almost 6 years ago
Merge pull request #1318 from kuter/additional_tests_for_set_fake_emails

Additional tests for set_fake_emails management command

github.com/django-extensions/django-extensions - f4c8898f57ea01c87085c4fdabc6459cb9ffea13 authored almost 6 years ago
Additional tests for set_fake_emails management command

github.com/django-extensions/django-extensions - 9e0f21686cc7e4608738a6912121d501a20640a0 authored almost 6 years ago
fix import import and typo in filename

github.com/django-extensions/django-extensions - ac77fbbcbee639ea5a82aa510752e636f029523d authored almost 6 years ago
Additional tests for encrypted fields

github.com/django-extensions/django-extensions - 3ce03e857297f4912c7acb565f5afb18b70da690 authored almost 6 years ago
Merge pull request #1315 from kuter/tests-for-indent_text_tag

Tests for indentby tag

github.com/django-extensions/django-extensions - cf9ef1725d2eae232388cd57e649917efe19f68b authored almost 6 years ago