Hanne Moa
Hanne Moa
I've tested this patch on 3.12.2 (after a cherry-pick) in my project and it certainly does what it says on the tin. Tox on a sedded version of the tests...
This also happens with IPython 8.0.1/Python 3.10. How far down must I downgrade? This is driving me crazy.
@Ashlett's workaround isn't working for me btw, neither is setting anything in the ipython config. Neither is ``` import logging logger = logging.getLogger() logger.handlers = [] ``` when in IPython...
This could be used to improve the case in #1377. ``` class RoomName(models.Model): room = models.ForeignKey(Room, pk=True) name = models.CharField(.. like Room.name ..) is_default = models.BooleanField(null=True) .. unique_together = ((room,...
# List view ## Questions, list view 1. Should all be paged? 2. Should all have a "Delete selected"-button? 3. Should Vendor be editable? 4. What other types could be...
# Edit view ## Delete button placement ### Deletion not possible - Vlan - Patch ### Grey at top right - IP Device - Management Profile ### Grey, left of...
# Questions, edit view 1. Where should the delete button be? - [ ] At top right - [x] Right of save on same line - [ ] Below data...
# Model overview Correspondence of filenames to tables, titles. What is possible with what table. | Model | Name in menu | Filename | Directory v/ multiple files | In...
So, done: * Move *Delete* under the form where it was above * Make it possible for "Delete" to be a link, making it easier to move * Replace tables...
Mockup, all buttons in one row below the form. (Well, there's actual css/html backing this..) No. 1:  No. 2, narrower than the above:...