Reuben

Results 5 issues of Reuben

How does one populate a reverse relationship? Given the following models: ``` class Plan(models.Model): name = models.CharField(max_length=50) class PlanOption(models.Model): name = models.CharField(max_length=50) plan = models.ForeignKey(Plan) ``` If I want to...

Recently in my google searches for django things, French translations have been showing for English links. For example, this search (https://www.google.com/search?client=ubuntu&channel=fs&q=django+refresh_from_db&ie=utf-8&oe=utf-8) resulted in https://docs.djangoproject.com/en/2.1/ref/models/instances/ being the displayed URL, but French...

Similar to https://github.com/dyve/django-bootstrap3/issues/414, the show_label=False directive is ignored for checkbox fields. {% bootstrap_field editabletext_form.DELETE layout="horizontal" show_label=False %} renders   Delete Whilst the first `` is fine, should sr-only be supported...

bug

Is there any chance of doing a version that uses mod_wsgi rather than mod_python. mod_python has been depreciated for quite sometime [http://attic.apache.org/projects/quetzalcoatl.html], and it would be good to be able...

Similar to https://github.com/tox-dev/tox-pyenv/issues/22, tox 4.x and tox-pipenv are not playing well. Perhaps tox requirements for tox-pipenv should be