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 #335 from meman1188/master

Fix #334

2d4c79d59be0548be913eb9e077c62ea89341b30 authored over 11 years ago
Fix #334

b94adb9f25c8b2e808bcaab129e8c6962d96a1d8 authored over 11 years ago
Merge pull request #332 from amarandon/master

Remove UUIDField's `contribute_to_class` method

3ac89cf7351d6cfc01675753ec582efb4f04a63a authored over 11 years ago
Make assertion on pk type compatible with Python 3

5be5b082bd8ece7aafd0e0e2b41cd0db7853a90f authored almost 12 years ago
Fix #329

Removing contribute_to_class doesn't break any existing test and solves
the issue with multi-tab...

5e3509accbd58add8aab3382ec532e05c8d0cf7b authored almost 12 years ago
Add assertions that highlight issue #329

25b1e260769e418d0e4033e864a726e249dddbe2 authored almost 12 years ago
add uuid importerror catch

4c5fb27371022a40231fe8c6a685bc3d4baac0d4 authored almost 12 years ago
removed fallback uuid module (related to #308)

c267d911d689c6ee957df4111ae231c1a12810a9 authored almost 12 years ago
replaced u"" with six.u("") in several places for #308

eeb5441ce062eed77fa82372704efb0108ffb1ae authored almost 12 years ago
resulting database column types should be lowercased for comparison after stripping parameters, see issue #330

87fdbc52de4102956fd7a5ae6bc23dd4d69198a8 authored almost 12 years ago
fix sqldiff forgetting to report parameters of field types when column type has changed, highlighted by issue #330

368a082806ba9fa2ca817eda1f5d9f33707bda51 authored almost 12 years ago
fix py33 except statement, added transaction.commit_on_success hint

e19b9b28dc6a8d119b440ea928c017b69e6003bb authored almost 12 years ago
Merge pull request #301 from marcosdiez/master

dumpscript: more 3 hooks to import_helper.py and we now use a class for that

48b1112567bcedb0d52a32390bc81e51966ec444 authored almost 12 years ago
merge and added option atomic transactions

739a17e41f2d58377adae30697008226e6db2459 authored almost 12 years ago
merge with new dumpscript

6ed8d29e95f6cc6d6698ae6cb0f8e05e46012855 authored almost 12 years ago
Merge pull request #328 from BangorUniversity/master

Fix graphviz arrow heads

e6f022aa6c125674ef9614aa089917703d26672e authored almost 12 years ago
Need dir=both for graphviz arrow heads.

bb57aad2963ae662e45767fb0b555eaaf54a4ad0 authored almost 12 years ago
small addition to pull request 326, print correct engine name for spatialite

070805b5d2dd30e351eeebaac08e962c144d4dd3 authored almost 12 years ago
Merge pull request #326 from skyjur/master

reset_db does not work with spatialite

ec17e71acd6f84706a0e630fdab31f7e3629bf38 authored almost 12 years ago
reset_db made to work with spatialite (backend from geodjango)

108b33919373e2f7a8f1fd41511eda6c1a7a3d9f authored almost 12 years ago
Merge pull request #325 from Vladimiroff/py3k_compatible_tests

Replace assertEquals with assertEqual

d5cbdf16896ed0676318389f44b778b80400b5b4 authored almost 12 years ago
Replace assertEquals with assertEqual

7bbd7c18054e0c0e53c6e3add235b7c6d7ec32ec authored almost 12 years ago
Merge pull request #321 from tayfun/runserver_plus_external_staticfiles

Ensure runserver_plus serves staticfiles

2d487d25a950e9b8db36b93b94dc863b9cb87506 authored almost 12 years ago
Ensure runserver_plus serves staticfiles

From Django 1.3, staticfiles app had been merged into django codebase.
But, one can still instal...

8e177962a7dd25758ae6b4046959c944f68184b7 authored almost 12 years ago
Merge pull request #320 from ionelmc/patch-1

Continue checking if fail to parse github url in pipchecker

a976264edc9f9d4c49ca09b6d129edbff9aadafe authored almost 12 years ago
Update pipchecker.py

Continue if fail to parse url

9022b6fed483e139ff4b1138f9da5f6c4ede9eae authored almost 12 years ago
Merge pull request #317 from hekevintran/master

UUIDField defaults to version 1 not version 4

174d480c4a2b48a4362ff0fbf3ed36d2b47828c6 authored almost 12 years ago
reverted back to requests, since urllib2 is not working properly at the moment for pipchecker

7b03ce300fabecf57c518301f8561c5aec4a219a authored almost 12 years ago
add try-except around first urllib2 call

02716dad0cd5365bfc5190ca0303f3bca90f939d authored almost 12 years ago
bumped version number

f64c77cf8a3d40d8cebfa8accdb4f06aa791b6e9 authored almost 12 years ago
v1.1.1

d0efe035112c2d1e25a2532040347205369aeb43 authored almost 12 years ago
UUIDField defaults to version 1 not version 4

0e9a84e4aa741066995a86b8afb1c2b90de26eb9 authored almost 12 years ago
Merge remote-tracking branch 'django-extensions/master'

2cb6924969f094f7f141281303515666d1c5a344 authored almost 12 years ago
Fix sqldiff compatibility for postgresql and bigserial's. Thanks to JimC for the patch.

9a67c4d3122450cd74b0019941f2c7fdb3c5d3f4 authored almost 12 years ago
Merge pull request #316 from midiotthimble/master

Using urllib2 instead requests

ce49456ef5a3294b552a628658773cd3586715fe authored almost 12 years ago
Using urllib2 instead requests

4a47186254fbcbdb2b1a5c0133c6a6ae3a45e8e7 authored almost 12 years ago
me and flake8 differ about how to indent this list comprehension

6b3808c11fa2c90474b25e75220dc1e9484ec038 authored almost 12 years ago
only show name and version when we have this information in dist information

ea0baa4808c312dda1eba401e198822dd74fb603 authored almost 12 years ago
use key in dict instead of dict.keys()

fb8270a4c216a1aa1da2d7b1c8b6e77394ab75aa authored almost 12 years ago
add show_newer options to be able to show when a newer version is installed localy.

cb9ec7513a8547185f740d44be9c09059bcab39d authored almost 12 years ago
Merge pull request #315 from roxeteer/master

Fixed typo in pipchecker error message

e0c87ccb4e7157db3020d9a330b3bb832cfbf6ca authored almost 12 years ago
Fixed typo in pipchecker error message

b497e7642a46d752a625650355fddae59d69b6b4 authored almost 12 years ago
bumped version number

6cfb247a7cbf2b8373db1357a59dea38788d464f authored almost 12 years ago
v1.1.0

cea447dfb2b93dab51bc1805db0d9ac78a4c8a52 authored almost 12 years ago
reorder TOC and remove duplicate shell_plus entry for current command extensions

312403eb76c429f9920721d01c9cb39338d4bfb7 authored almost 12 years ago
updated documentation

added runscript to TOC
added supported database section to sqldiff
fixed some header formatting ...

1ab352d17f923b6e98a9d1726de0f0c03234a9c3 authored almost 12 years ago
add SHELL_PLUS settings option to explicitly specify which interactive python shell to use.

cc4145be24a36df7599eae93eeccea5cc9ddbeea authored almost 12 years ago
fix python3 print statements

24ea4fc33abde11d043567258da1b55e67ceec9e authored almost 12 years ago
fix print statement for python3

d15ed37b6a38c5e76c34e359770dea53896e72c7 authored almost 12 years ago
fix applications that are not in directory in the root

639d8764ef321c7cd70ccf37f09952b36579add0 authored almost 12 years ago
fix flake8 warnings

d3a020c59501e936189f8251876361f1ecacd9d7 authored almost 12 years ago
Merge pull request #311 from paprykut/master

Use imports from django.conf.urls for django >= 1.4 to avoid DepreciationWarning.

f3bfb7ca63fb736ca2408c6203b78ff8c01b9ae8 authored almost 12 years ago
modified: django_extensions/admin/__init__.py

modified: django_extensions/conf/app_template/urls.py.tmpl

60981678771601895db20e490d29b663ee61f557 authored almost 12 years ago
added NOQA to silence flake8 about the import statements

f2d32279989a0229676c3088f670ea132900ad45 authored almost 12 years ago
removed unused import

84ae5cc97d22ec689395d171e1a105963f47cebd authored almost 12 years ago
disable usage of pythonrc per default, now have to specify --use-pythonrc explicitly. also fixed adding the PYTHONRC loaded variabled to globals

0dcd78b6a0a76dce13f7fee4442d53dba88123cd authored almost 12 years ago
fix python 2.x compatibility by using six.exec_

eccf6668df2abc34718da65f0e74ee324a453f6e authored almost 12 years ago
use six.reraise

7b1fcfd88765e5cd5f8acdce1c89a12186f47c9a authored almost 12 years ago
Add Python 3 Trove classifier ("Programming Language :: Python :: 3") to setup.py, refs #288

d6d5ab076dd74da73af880f232a165f572964986 authored almost 12 years ago
Python 3 support, refs #288

94bc4961674b6d7e8a0025116fa38d693175a238 authored almost 12 years ago
use Django 1.5 now its released and skip keyzcar for python 3

fb15c936cc6041cdffd0976b5a924be82938c263 authored almost 12 years ago
Merge pull request #308 from fhahn/master

Python 3 and Django 1.5 support

4a228d946cfbcafd9adb567c3e1dc6a690f9f711 authored almost 12 years ago
Merge pull request #310 from rizumu/pipchecker

pipchecker docs and github auth refactor

846f38417c0902ab624bfcf6a40deb1d4b61fd32 authored almost 12 years ago
Add github api docs and refactor for better error messages.

95b0fd27bd0c47473ec9da926156d76f89a64b33 authored almost 12 years ago
Used unittest imports from Django, refs #288

7a72cbafa00a0ccbf9c8fdf497b23c614593be5b authored almost 12 years ago
Added Python 3 and Django 1.5c2 to travis.yml

refs #288

85a02fdf53e7936c5e024291ca45cd8363ba7f63 authored almost 12 years ago
Fixed some pep8 errors

dfc6c8486960ce569c7d50168424f800a0216699 authored almost 12 years ago
Merge branch 'master' into pipchecker

7600ceb0f8bad86589eba0e33805228e6ca54830 authored almost 12 years ago
add tests for Django 1.5 and Python 2.6, 2.7 and 3.3, refs #288

42ac38174de98f094695d7f51be36208a47ec765 authored almost 12 years ago
update django version for tox, refs #288

70535e43d90716d909d2b2392fe2b402ee014211 authored almost 12 years ago
conditional StringIO import, refs #288

ceb81f05faf2d05379caeed20c07e6680d471296 authored almost 12 years ago
use as in except, refs #288

63425f011a896b49a2d95131d1df1087a8728652 authored almost 12 years ago
add conditional imports for force_unicode and use six for python 3 support, refs #288

a967e01fbbee8aa652cbfd9853ce150edccbd3bd authored almost 12 years ago
add six to install_requires, refs #288

005a723b576c1ff3326524814f3461ffa01a5f36 authored almost 12 years ago
convert doctests to unittests and only run uuid tests if uuid is not shipped with python (version < 2.5)

540f3674dd0befb4830def664c6ab96349a4420e authored almost 12 years ago
Merge pull request #304 from crccheck/resetdb-no-username

resetdb: fix reset_db would set OWNER = None with no db username for postgresql.

dd4a675c4680a28a4185bd41fe9a00495d69c42f authored almost 12 years ago
Merge pull request #303 from areski/master

Command notes - add annotation tags

f373790fe0134bf251f8e56ac430cd9bb043e599 authored almost 12 years ago
style: make string concatenation whitespace leading

It's weird how it's all leading whitespace and then switches to trailing.

Also snuck in a chang...

78c34fbb5542cdd316c7c2c1513c935f4f4f23f2 authored almost 12 years ago
fix reset_db would set OWNER = None with no db user

If you use postgresql, and you're lazy like I am and don't set a
username and let postgresql jus...

7d47685f2da3062655c7e9fea01ec28b2d7291ef authored almost 12 years ago
Support all annotation tags with the command notes

7a4626a7030709df9d0dd4425f92399428357892 authored almost 12 years ago
remove x-bit

193388a9a6be0760132cca177bc9150d63c4e111 authored almost 12 years ago
missing whitespace around operators

29343d1b6583db740d6e71193b302418ea144d90 authored almost 12 years ago
make flake8 happy

dcd5080e221c0b0b4d3a6c3f77ff3eeea0139b68 authored almost 12 years ago
extra dumpscript unittests validates the resulting python syntax

29ea5ddece7192039fc3d3418bccc32a698a65e8 authored almost 12 years ago
Merge pull request #300 from marcosdiez/master

Dumpscript now has hooks to a file called import_helper.py

5062c34887baa170b4186e1d1f17cc99710b1982 authored almost 12 years ago
dumpscript: try/catch is not used in vain

77e796c76a09ffd74722a05df951c4cb5607b99d authored almost 12 years ago
dumpscript: save_if_convenient is now called save_or_locate()

34bc9bb3bca637f345116bed102090f7ed957c4f authored about 12 years ago
dumpscript now has hooks to a file called import_helper.py

51aac7cb68c2ccfb9734809637ee03ec64b52fa7 authored about 12 years ago
Merge pull request #299 from rizumu/pipchecker

Add a pipchecker command for reporting on out-of-date requirements.

9e1d5dd07acbf8dad57eb22c0cde90de64653a20 authored about 12 years ago
don't install requests for travis. travis was failing due to flake8, not requets

de7ca679e6d83bb90536935e4fdffddb7484a02b authored about 12 years ago
use NOQA to disable pyflake warning

1a650567d8b5e7dedd27f6ca5ae4175a68a700bf authored about 12 years ago
flake8 fixes

ef380c5efc53dd846f07347a6f2a1c239c9f8a2a authored about 12 years ago
fix E128 continuation line under-indented for visual indent

c609d5910a7f8c46c935640c8608997db616fdf1 authored about 12 years ago
quiet install requests

b6faed343e1c90e6a82b4058fa11296474e29004 authored about 12 years ago
Add a pipchecker command for reporting on out-of-date requirements.

dc1c63ffc641ceb9edd72ad447985f054dfd5727 authored about 12 years ago
allow overriding of uuidfield's max_length settings

71799b09761fe3e57922479cde90125a9115ef2e authored about 12 years ago
Merge pull request #296 from tellybug/issue-295

Fix for issue #295 - UUID never appears on admin form

b58d842657b3959772ccc7f042dcff2a311330e5 authored about 12 years ago
Fix for issue #295 - UUID never appears on admin form

755f0c549dcda12dc2615a0c09e5711f7d02db3e authored about 12 years ago
add empty migration for south so it does not complain about django_extensions anymore

d2a7402a36fd07a460b38f71bb7b7a35501a4ea8 authored about 12 years ago
Merge pull request #293 from sorki/master

Include LICENSE file in source distribution

7a679937561f2b7f592e1c8ae859cda79193aa76 authored about 12 years ago