Bertrand Bordage

Results 26 issues of Bertrand Bordage

Why is django.js a mandatory requirement for django-eztable? As far as I know, we can use `{% url %}` template tags instead. I use django-eztables on two websites and none...

Current implementation uses QuerySet slicing, which translates into a `LIMIT n OFFSET x` in SQL. The problem is that your database has to go through your entire table to select...

There are many hard-coded references to the admin namespace in ModelAdmin subclasses (see [this example](https://github.com/stefanfoulis/django-filer/blob/84324241d5e7e6dfe65fbbf2bf4ccf159966f95d/filer/admin/fileadmin.py#L67), but you can find dozens of others). This won't work with [multiple admin sites](https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#multiple-admin-sites-in-the-same-urlconf). The...

stale

Using django-debug-toolbar with dajaxice installed prevents the panels from loading. I use dajaxice 0.7 and django-debug-toolbar 1.2.2, but this issue started months ago. A workaround is to set `DAJAXICE_XMLHTTPREQUEST_JS_IMPORT` to...

If we don’t need more statuses than just enabled/disabled, we should replace this with a boolean.

enhancement

As mentionned in #675, querying “jehovah” on this text: > Making it worse? How can it be worse? Jehovah! Jehovah! Jehovah! > I'm warning you! If you say "Jehovah" one...

needs review

Django 2.0 introduced [database instrumentation](https://docs.djangoproject.com/en/2.0/topics/db/instrumentation/), a concept that could replace the monkey patching technique used in django-cachalot. Instead of rewriting connection cursors via monkey patching, this would be a clean...

enhancement

Supersedes #3953.

type:Enhancement
status:Needs Review
component:Search

When creating an `InlinePanel`, users can’t insert a new row at the first position or between two rows. The only solution is to append the item then to move it...

type:Enhancement
component:Panels

Not a critical issue, but it's a tiny effort that stops the distribution of this project. Currently, using pyCraftr is easy for geeks. Install pyglet, clone the repository and that's...

enhancement
question