Gianni Moschini

Results 13 issues of Gianni Moschini

Fix for reverting migrations all up to `0001_initial` https://github.com/coderholic/django-cities/issues/198

## Checklist - [x] I have verified that I am using a GIS-enabled database, such as PostGIS or Spatialite. - [x] I have verified that that issue exists against the...

I'm having an issue processing a certain package with this plugin, namely [`stream-chat`](https://github.com/GetStream/stream-chat-js) It seems they do not have a default export, which means it requires to be imported in...

Make sure the output of the font property is always valid

I am using django-nested-inline with a model defined like this: ``` Person └─ House └─Room ``` My Admin is defined in this way: ``` from nested_inline.admin import NestedStackedInline, NestedModelAdmin class...

https://docs.djangoproject.com/en/3.2/releases/2.2/#merging-of-form-media-assets jquery.init.js is already defined as a dependency on `NestedInline`, but not on `NestedModelAdmin`, causing errors: > Uncaught TypeError: Cannot read property 'fn' of undefined https://github.com/s-block/django-nested-inline/blob/master/nested_inline/static/admin/js/inlines-nested.js#L18 Fix https://github.com/s-block/django-nested-inline/issues/106

The `field-box` class has been renamed to `fieldBox` in django 2.1, therefore the style doesn't work from django 2.1 onwards. This PR adds `fieldset .fieldBox` to the style, to bring...

> The admin CSS class field-box is renamed to fieldBox to prevent conflicts with the class given to model fields named “box”. https://docs.djangoproject.com/en/3.0/releases/2.1/#miscellaneous

Since this repository didn't see any update in 2 years – not even merging simple PRs like this one https://github.com/mgonto/restangular/pull/1489 – is it fair to say that it is unmaintained?