Ecosyste.ms: OpenCollective

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

github.com/django-extensions/django-extensions

This is a repository for collecting global custom management extensions for the Django Framework.
https://github.com/django-extensions/django-extensions

Merge pull request #1069 from nicolasmendoza/command-export-emails-refactor

Adding missing test and moving custom csv UnicodeWriter to compat.py module.

a1d50079885ae85f7abff977dbaa2d9b42ffa8dc authored over 7 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
reset_db command: Fix problem th...

edb1746772ec1b411f293152e5073ed32a507cfa authored over 7 years ago
remove easy_install, since we all use pip now :)

3c4713647403a281fa7dfb79acb1fe1e8fd8eb3f authored over 7 years ago
Merge pull request #1070 from asottile/patch-1

Use tox's `TOXENV` environment variable

4756f3eb1c824dde91d325ac50067bc8f3e69c59 authored over 7 years ago
Merge pull request #1071 from mozisan/correct-no-utf8-option-in-reset-db

reset_db command: Fix problem that 'utf8_support' option is ignored

7c1d54194f53f6193fc90a17806622d374f4863f authored over 7 years ago
reset_db command: Fix problem that 'utf8_support' option is ignored

0791541788798247971a652c55a955304bd68d6d authored over 7 years ago
Use tox's `TOXENV` environment variable

076bb745315a5cd3509a3256d3e5fa43d0d8468b authored over 7 years ago
Adding missing test of my last commit and moving custom csv UnicodeWriter to compat.py module

a027bc824876d6c210618510d714b641f8a92b40 authored over 7 years ago
bumped version number

db0f97130c7cd3b50b518eb51574cc84a5794d76 authored over 7 years ago
v1.8.0

67cd559e3e46969adfb1a3c7e99575731426d51b authored over 7 years ago
remove pypy (2.7) in combination with dj master

c0aca2d9f394badfb23d0617525959507a9bca1c authored over 7 years ago
support Django20 style remote_field syntax

6e6347a98e0628b0d54a5226b83c6e638f37c492 authored over 7 years ago
use keep_lazy if available

3096af347f1cda453eb48f7002371a49b389c568 authored over 7 years ago
as per Django 2.0, on_delete is mandatory for ForeignKey or OneToOneField

c32c57e7da0777a98552ef2dfe8e395d8f1cd7a7 authored over 7 years ago
changelog added Python 3.6 and PyPy3.5-5.8.0

f09461e7700cf180bbfd6650de57a8eb7ef1f4d4 authored over 7 years ago
django master only supports python 3.5 and up

d171f75afdc5b726724cd0435229d69d73814e29 authored over 7 years ago
fix wrong syntax

651f70335449764fd0368d093a8df4ba6dee2411 authored over 7 years ago
use specific python envs including 3.6 and pypy3.5-5.8.0

2b7d09e53dfc48eaa682d5330eaf48c433cee3bc authored over 7 years ago
remove django 1.9 and add python 3.6

4d9f2a6515797e42bd01a80404841dfe8d1fe147 authored over 7 years ago
update CHANGELOG

80fa7a0620521d428cc7519de5b332fdc20ced81 authored over 7 years ago
style fix

d79176673b21d7555914fd35e454856e64e1bfaa authored over 7 years ago
Merge pull request #1066 from nicolasmendoza/command-export-emails-refactor

Command export emails, code refactor.

bd582497e3c32791e54645fefb96746322b23a60 authored over 7 years ago
Adding missing test

31d2a93bb960e221a021e42aa7d390276e679a97 authored over 7 years ago
Command: export_emails, code refactor finished.

de6f326c559847f674185acd78dd5c18d01a6d86 authored over 7 years ago
Adding outlook option in export_emails and tests

ad9806def98f8c31f89b94395b62c242c116ca0a authored over 7 years ago
Merge pull request #1067 from dsanders11/patch-2

Use 'display_size', not 'precision' to identify MySQL bool field

a563a3226551d49f388a287c4a4427d993137a1a authored over 7 years ago
Use 'display_size', not 'precision' to identify MySQL bool field

5a3de77870e65b499e548df30c8a89e87f67c05b authored over 7 years ago
WIP. Adding some tests, export_emails command - code refactor, PY2/PY3 compatible

68d4b3c5fbf25443724a7d9760dfc53be332251f authored over 7 years ago
Include default value in missing field

33939387759fbda21cf07f5423bb34dbd9a9da27 authored over 7 years ago
WIP. Adding fixtures/initial for testing export_emails command. + Adding test_export_emails module

9d325d25747b17b13d5570f87e1c8af180268c91 authored over 7 years ago
replacing sys.stdout with Base.OutputWrapper

d1d38a7c7f892d6ec27a71f5685ac99bbe656948 authored over 7 years ago
Merge pull request #1063 from RevolutionTech/undeprecate-jsonfield

Remove JSONField from deprecation path

5da7d1d4a7a71f3bf4d9b02e65def4700854f063 authored over 7 years ago
Remove JSONField from deprecation path

and add note to docs about native JSONField being preferred for
users of Django 1.9 and PostgreSQL

4331dd66499cab79f03550724f58e5472581f15a authored over 7 years ago
Merge pull request #1062 from Nicals/patch-1

Fix typo in documentation

e2b6518f7ebeff2e84b50d279a4d0180ef276ee9 authored over 7 years ago
Fix typo in documentation

4f2f83c3d5c7c4190df8e6cfc76da7ddb1da6f59 authored over 7 years ago
Merge pull request #1058 from cwisecarver/feature/fix-runserver_plus-print-py3

Change runserver_plus print syntax for python3 compatibility

bc97c9c6e153c8702ae9389a2ccb89b1fe6ccc2c authored over 7 years ago
Merge pull request #1060 from goodtune/clear-multiple-caches

Extend clear_cache --cache option to support multiple caches

f2a5266a72a2b196d31796c15c39d9dad62ea1f9 authored over 7 years ago
Extend clear_cache --cache option to support multiple caches

f4beef2bb6a9aa8c5f38a884b3f8cf7caec29445 authored over 7 years ago
Merge pull request #1059 from keybits/patch-1

Add ptpython to the shell_plus docs

8ebb6ec5f0b0aad43f8d8538ce0223c0a70c8a5a authored over 7 years ago
Add ptpython to the shell_plus docs

This is already implemented in https://github.com/django-extensions/django-extensions/blob/maste...

2ebf6fccd38069a72710ebdfa43a304e20216ae1 authored over 7 years ago
Change runserver_plus print syntax for python3 compatibility

239d1f5960f3bfe57dce1ff91acfe60db1c887e0 authored over 7 years ago
Merge pull request #1052 from maxnordlund/truncate-large-sql

Fix for hanging when printing large SQL quires

6ff63bb49eef4ad36805fe237904811ecaea30c0 authored over 7 years ago
Add truncate SQL settings for runserver/shell

76a837f212e88aae1f919e420622230a3a1dc2a5 authored over 7 years ago
Merge pull request #1054 from hobbestigrou/remove_deprecated_uuid_field

[Core] Remove the deprecated uuid field.

b5404a4a5ed3a5893727b3be3d6a50bc21c534e3 authored over 7 years ago
Merge pull request #1053 from morenoh149/hm-add-graph-docs

Document graph including/excluding specific models

eace29ec145dec19dd307598bfb5ce3f9cb97e41 authored over 7 years ago
Merge pull request #1055 from hobbestigrou/add_vim_swap_file

[Core] Add swap file from vim.

cc25a67a1eb9e083e79af3b0be0e8cd05fa375d5 authored over 7 years ago
[Core] Add swap file from vim.

25e08ed04ea90dc97409430de998b521214575aa authored over 7 years ago
[Core] Remove the deprecated uuid field.

34ec1f48d86868db9813cb2a488a867cc3fa94f2 authored over 7 years ago
Document graph including/excluding specific models

c413a03fd8ef3c9871bb36062b0c3ceaab4b0278 authored over 7 years ago
Fix for hanging when printing large SQL quires

When printing large quires it would hang, this just cuts it off to
ensure it doesn't go out of h...

ad3c3068fe2453fe3d42416edffa916df0b0e77b authored over 7 years ago
bumped version number

e79cf5141b3aa056fd50f332111165fec9cafcbf authored almost 8 years ago
v1.7.9

ce6e560d618e3d1b8c9ba348da4238f2f7c85d0f authored almost 8 years ago
update CHANGELOG

7edca91fdc730392210067144aca035ecd0db156 authored almost 8 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
supported_backends changed.
Ad...

5a4d77f01d176ef073f1bcd66c1aaa710e0d1f99 authored almost 8 years ago
backport get_random_secret_key only for django versions that dont support it

aa3f6a0eba3553dfdafbbd9ec6e1dc287f7da99f authored almost 8 years ago
Merge pull request #1051 from mumino/patch-1

supported_backends changed.

5353314e572afd0534ac32efe651f36ba74eea5b authored almost 8 years ago
supported_backends changed.

in django 1.9, 'django.db.backends.postgresql_psycopg2' renamed to 'django.db.backends.postgresql'.

b403c1df6a084503f9bdfb419640dcef45893aec authored almost 8 years ago
Merge pull request #1050 from maxnordlund/add-colors-to-print-sql

Add syntax highlighting when printing SQL

abf6d81acc80d5afa175aa47d28560f20140d419 authored almost 8 years ago
Add syntax highlighting when printing SQL

This uses the excellent pygments library to to the heavy lifting. In the
process of adding this ...

458a4a6af12c5dff7720f93a01a2c64a9fb97a0a authored almost 8 years ago
Merge pull request #1049 from morenoh149/hm-dumpscript-docs

Update dumpscript docs

b42505a05b5ccaf1dc4029c3c42c7585cc7fde44 authored almost 8 years ago
Update dumpscript docs

* fixes
https://github.com/django-extensions/django-extensions/issues/929
*

615ef43a7336c31a42b776cf2dbb1753227a56d8 authored almost 8 years ago
Merge pull request #1047 from morenoh149/patch-1

Correct command name syncdata

ae44d18aee4ef45389ddef7e0596fa55987ba139 authored almost 8 years ago
Correct command name syncdata

0b3cce9b4cdab5f7608eac76a6bfdd6447b51744 authored almost 8 years ago
Merge pull request #1045 from morenoh149/patch-1

fix grammar

9f925ec1258f4240ab5899f79a71f1d47fec5488 authored almost 8 years ago
fix grammar

ae599c99d7d0ff7764dcd45e15490115f3853bab authored almost 8 years ago
Merge pull request #1042 from YPCrumble/autoslugfield_populate_from_foreignkey

Fix #1011 AutoSlugField for foreignkey relationships

7d284ccef7a7db946f92f1f64eb71a481f0c68be authored almost 8 years ago
Fix #1011 AutoSlugField for foreignkey relationships

978d634e716e479463aba63834acf4abcb5afd27 authored almost 8 years ago
Merge pull request #1043 from coagulant/coagulant-patch-1

Use same algo to generate SECRET_KEY as Django

ffafa94673464a6ba6e80f0d794a51ca4c256b76 authored almost 8 years ago
Django 1.8+ compatiblity

603abacd0b52d514d0b56a5d79fcfd4eb1b5a3fb authored almost 8 years ago
pep8

68bcbbb34dd513f3197c81dd91a0a478be143ba5 authored almost 8 years ago
Use same algo to generate SECRET_KEY as Django

Using random from standard library is not cryptographically secure.

4ce3502e1623ca24e43e01e4c580ee327e6192fa authored almost 8 years ago
Merge pull request #1041 from jcushman/reloader-type

Add --reloader-type command line argument

26665e264f4b3aad51e08141d4b4ac3411e95291 authored almost 8 years ago
Add reloader-type argument

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

* 'master' of github.com:django-extensions/django-extensions:
Treat rc versions as unstable in...

ae194b51d69f14ddb2493c68c71e59bdc04e966a authored almost 8 years ago
use list instead of tuple in the SHELL_PLUS_PRE_IMPORTS example

73b4820dc74c687e50e13ca0419b615932566bcf authored almost 8 years ago
Merge pull request #1040 from federicobond/pipchecker-rc

Treat rc versions as unstable in pipchecker

09d32d7e58b7059b76e438c4e341b29c28e4d62b authored almost 8 years ago
Treat rc versions as unstable in pipchecker

58d692b7cc2bc9df053242e5a5ae10ec34a3af99 authored almost 8 years ago
Merge pull request #1039 from sloria/import-objects-hook

Add hook to get imported objects

444f5457418e66d027e476370d7ffb2929e0da70 authored almost 8 years ago
Merge pull request #1038 from rootart/fix_1029

#1029, fix broken setup.py test

9b54c2c33df0d5e97aa92408c902e995c7d771e9 authored almost 8 years ago
fix #10029 broken setup.py test

3b877b74a4e01ecf60efc32be54284e1a1aac46f authored almost 8 years ago
Add hook to get imported objects

0f7edbc7fb8f8db3cf2191cd6af5080a925a5fdd authored almost 8 years ago
bumped version number

5d498406c3ea9d0da5aadab2be46e8e93053feca authored almost 8 years ago
v1.7.8

bf948061757775d261fde0e61148628bbc1d0dcf authored almost 8 years ago
update changelog

95c6277af76fa5fc1ad3782df3211a5175e8e06f authored almost 8 years ago
Merge pull request #1035 from landswellsong/patch-1

"ip:port" specification for runprofileserver

3a19aa6324cd620438d60866ff600698bad4808b authored almost 8 years ago
'threading' parameter passed to run()

06de71b4f84c7561c42290a7af1c34b919cbd0f8 authored almost 8 years ago
Also --nothreading option too

921cd2bb7f7aae87cfc1b7f1005312fee6b4d252 authored almost 8 years ago
"ip:port" specification for runprofileserver

d98e2d6e286057bf8484b4ccb9656a56f4222eb1 authored almost 8 years ago
Merge pull request #1034 from shacker/master

Amend shell_plus docs on referencing nested modules

99b666de3df0af8a1f1272cc048403048e75ed39 authored almost 8 years ago
Amend shell_plus docs on referencing nested modules

d7f21f4f44d16a00322677f8d213d541ef62ef75 authored almost 8 years ago
Merge pull request #1031 from xrmx/fasterunreferencedfiles

commands: make unreferenced_files faster

1c76edb000834ed236ed158a456f97a26818c405 authored almost 8 years ago
commands: make unreferenced_files faster

By using and comparing between sets instead of lists.

$ /usr/bin/time python manage.py unrefere...

66de6f64ec2908df3849e5338fe996738aa67128 authored almost 8 years ago
Merge pull request #1030 from IndustriaTech/feature/django1.11

Test against Django 1.11

c68308578b3265a4b2f7921022d596485ed35b65 authored almost 8 years ago
Test against Django 1.11

44d9b566efa4b6579181b2497fa5549410dcc34a authored almost 8 years ago
modelviz: Handle verbose_names containing unicode.

0948f62a541657de455e646b8663a3991b59a66c authored almost 8 years ago
modelviz: Failing test for unicode verbose_name.

c773b81872240639f0f8647df8d6ce532e5ff509 authored almost 8 years ago
Merge pull request #1028 from IndustriaTech/feature/pipchecker-https-github-archives

Make it possible to parse https github urls in pipchecker

513b15194bfe51616177e8959a8c7636cbbe1a4b authored almost 8 years ago
Make it possible to parse https github urls

3ef80e388df21e27af50a9c935c6041bd2dd1c84 authored almost 8 years ago
Merge pull request #1020 from inovasolutions/sync_s3_filterlist_fix

1.) Fixed issue with exclusion of directories - directories beneath r…

6b35f4b18ffdfd91ec0426c8cb44b8906cd33d9a authored almost 8 years ago
1.) Fixed remaining Travis CI style issues.

f91d56d5b82d4a761cbac4cfccf3713a5a8abf46 authored almost 8 years ago