Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / django-ordered-model/django-ordered-model issues and pull requests

#334 - add test run on Django 5.0, 5.1

Pull Request - State: closed - Opened by shuckc 10 days ago

#333 - `W003` check fails with `OrderedModelQuerySet` `as_manager`.

Issue - State: open - Opened by Eraldo 12 days ago - 1 comment

#332 - Is this package compatible with Django 5.0+?

Issue - State: closed - Opened by semihsezer 19 days ago - 3 comments

#331 - [QUESTION] Order with respect to for non FK fields

Issue - State: closed - Opened by QuantumaStelata 3 months ago - 2 comments

#330 - fix issue #329

Pull Request - State: closed - Opened by shuckc 3 months ago

#329 - Orderable Admin with Orderable inline

Issue - State: open - Opened by striveforbest 3 months ago - 6 comments

#327 - add test case proposed on #320 (already fixed)

Pull Request - State: closed - Opened by shuckc 4 months ago

#326 - chore(OrderedInlineModelAdminMixin): Fix typo in docstring

Pull Request - State: closed - Opened by tony 5 months ago

#325 - github actions: test on python 3.12

Pull Request - State: closed - Opened by nikolas 5 months ago - 1 comment

#324 - order_with_respect_to with non-foreign keys

Issue - State: closed - Opened by Eraldo 6 months ago - 1 comment

#323 - [QUESTION] New release of 3.7.5 or 3.8 at PyPI

Issue - State: closed - Opened by DmytroLitvinov 6 months ago - 2 comments

#322 - Ordering with Floats

Issue - State: closed - Opened by robd003 8 months ago - 2 comments

#321 - Update README.md

Pull Request - State: closed - Opened by kylepollina 9 months ago

#319 - Order With Respect To with Non Foreign Key Fields

Issue - State: closed - Opened by urunsiyabend 9 months ago - 1 comment

#318 - `OrderedManyToMany` does not respect Django query cache

Issue - State: closed - Opened by Archmonger 10 months ago - 3 comments

#316 - Test for issue reported in #196

Pull Request - State: closed - Opened by shuckc 10 months ago

#315 - fix build icon

Pull Request - State: closed - Opened by shuckc 10 months ago

#314 - fix: upstream black change to formatting rules

Pull Request - State: closed - Opened by shuckc 10 months ago

#313 - Do not change source object order when coping

Pull Request - State: open - Opened by pawel-kordowski 10 months ago - 1 comment

#312 - Allow using `order_with_respect_to` with `_id` suffix

Pull Request - State: closed - Opened by yuekui about 1 year ago - 1 comment

#311 - Fix RemovedInDjango41Warning on `default_app_config`

Pull Request - State: closed - Opened by jonahgeorge about 1 year ago

#310 - Fix Django 4.0 deprecation warning on default_app_config

Pull Request - State: closed - Opened by jonahgeorge about 1 year ago - 1 comment

#309 - Add time complexity information to docs

Issue - State: closed - Opened by mlissner over 1 year ago - 3 comments

#307 - Do not rely on upshuffle logic for potential out of order bulk operations

Pull Request - State: closed - Opened by mk-ship-it over 1 year ago - 2 comments

#306 - Out-of-order deletion produces duplicate ordering

Issue - State: closed - Opened by mk-ship-it over 1 year ago

#305 - Enable the request context processor during tests

Pull Request - State: closed - Opened by riconnon over 1 year ago - 1 comment

#304 - Return super().delete() in OrderedModel#delete

Pull Request - State: closed - Opened by solomonhawk over 1 year ago - 3 comments

#303 - Add `--batch_size` arg to management command (for bulk_update)

Pull Request - State: closed - Opened by solomonhawk over 1 year ago - 2 comments

#302 - Update github actions versions

Pull Request - State: closed - Opened by nikolas over 1 year ago

#301 - GitHub Actions: Test on python 3.11

Pull Request - State: closed - Opened by nikolas over 1 year ago

#300 - Remove extra 'your' in README

Pull Request - State: closed - Opened by tpotjj over 1 year ago - 1 comment

#299 - Generalize `order_with_respect_to` beyond FK fields

Issue - State: closed - Opened by paduszyk over 1 year ago - 3 comments

#298 - order_with_respect_to with non-foreign keys

Issue - State: closed - Opened by Hafnernuss over 1 year ago - 16 comments

#296 - OrderWithRespectToTestsManyToMany.test_down defined twice

Issue - State: closed - Opened by ibaguio over 1 year ago - 1 comment

#295 - Optimise owrt checking of double underscore relations

Pull Request - State: open - Opened by shuckc over 1 year ago - 6 comments

#292 - Additional checks for Admin

Issue - State: open - Opened by shuckc over 1 year ago

#290 - 3.7.x causes error on Django startup

Issue - State: closed - Opened by swehba over 1 year ago - 4 comments

#289 - rework cascaded/queryset delete detection

Pull Request - State: closed - Opened by shuckc over 1 year ago

#288 - Increase in queries number

Issue - State: closed - Opened by lauxley over 1 year ago - 6 comments

#286 - Optimize OrderedModelBase._wrt_map() - remove unnecessary query

Pull Request - State: closed - Opened by ibaguio over 1 year ago - 7 comments

#285 - add `fields.OrderedManyToManyField` to order related models by through model Meta

Pull Request - State: closed - Opened by shuckc over 1 year ago - 1 comment

#284 - Fix save false wrt change

Pull Request - State: closed - Opened by shuckc over 1 year ago - 1 comment

#283 - release 3.7

Pull Request - State: closed - Opened by shuckc over 1 year ago

#281 - djangoupstream requires py310 or above

Pull Request - State: closed - Opened by shuckc over 1 year ago

#280 - Update AssertionError message in `OrderedModelQuerySet` class

Pull Request - State: closed - Opened by paduszyk over 1 year ago - 1 comment

#279 - Fix ordering in autocomplete select admin's widgets

Pull Request - State: closed - Opened by paduszyk almost 2 years ago - 4 comments

#278 - add a note about mulitple inheritance linking to #270

Pull Request - State: closed - Opened by shuckc almost 2 years ago

#276 - Admin interface `move-up` action sometimes skips numbers

Issue - State: closed - Opened by Archmonger about 2 years ago - 9 comments

#275 - Add ordering to admin example

Pull Request - State: closed - Opened by djhuistra about 2 years ago - 3 comments

#274 - foo.up(count=1) or foo.down(count=1)

Issue - State: closed - Opened by ismatullayevs about 2 years ago - 1 comment

#273 - Use bulk update rather than save method for performance

Pull Request - State: closed - Opened by yuekui about 2 years ago - 1 comment

#272 - Move sorting logic into signals

Pull Request - State: closed - Opened by yuekui over 2 years ago - 3 comments

#271 - Validate order and sort models in save method

Pull Request - State: closed - Opened by yuekui over 2 years ago - 3 comments

#270 - Use two managers in one model

Issue - State: closed - Opened by darbre over 2 years ago - 5 comments

#269 - release 3.6

Pull Request - State: closed - Opened by shuckc over 2 years ago

#268 - missing file serializers.py

Issue - State: closed - Opened by darbre over 2 years ago - 3 comments

#267 - Move up/down not working

Issue - State: closed - Opened by Mergpijp over 2 years ago - 1 comment

#266 - document migrations needed, fixes #265

Pull Request - State: closed - Opened by shuckc almost 3 years ago

#265 - readme does not mention need to migrate

Issue - State: closed - Opened by BillWilliams79 almost 3 years ago

#264 - Add drf serializers

Pull Request - State: closed - Opened by shuckc almost 3 years ago - 6 comments

#263 - mention subclassing OrderedModelQuerySet in docs

Pull Request - State: closed - Opened by shuckc almost 3 years ago

#262 - Move setting the value of the order field to a separate method

Pull Request - State: closed - Opened by ibaguio almost 3 years ago - 1 comment

#261 - How to move five objects to target object?

Issue - State: closed - Opened by jet10000 almost 3 years ago - 1 comment

#260 - Assumption that order is unique is broken

Issue - State: open - Opened by justuswilhelm almost 3 years ago - 3 comments

#259 - Use own querysets together with ordered model

Issue - State: closed - Opened by eliezerp3 almost 3 years ago - 3 comments

#258 - release 3.5

Pull Request - State: closed - Opened by shuckc almost 3 years ago

#257 - Fix re-order command for custom order field models

Pull Request - State: closed - Opened by yuekui almost 3 years ago - 3 comments

#256 - Django 4.0 compatibility: Fix ChangeList constructor for Admin

Pull Request - State: closed - Opened by theomega almost 3 years ago

#255 - Use assertEqual instead of assertEquals for Python 3.11 compatibility.

Pull Request - State: closed - Opened by tirkarthi about 3 years ago - 2 comments

#254 - Method `to` can set value greater than max_order

Issue - State: open - Opened by sjquant about 3 years ago - 1 comment

#253 - Error when creating ordered model in migration

Issue - State: open - Opened by embeddedt over 3 years ago - 5 comments

#252 - Preserve order while bulk creating through DRF serializers

Issue - State: closed - Opened by onlyphantom over 3 years ago - 2 comments

#251 - Django Rest Framework serializer compatibility

Issue - State: closed - Opened by Schwankenson over 3 years ago - 11 comments

#250 - Support for batch update/ individual update control

Issue - State: open - Opened by browze over 3 years ago

#249 - Support for multiple ordering fields on the same model

Issue - State: closed - Opened by browze over 3 years ago - 2 comments

#248 - Fix reorder when order_with_respect_to field value changed

Pull Request - State: closed - Opened by acurcie-st over 3 years ago - 4 comments

#247 - send test releases to pypi test

Pull Request - State: closed - Opened by shuckc over 3 years ago

#246 - add DragDropOrderedModelAdmin

Pull Request - State: open - Opened by shuckc over 3 years ago - 2 comments

#245 - add screenshots of re-ordering Admin and inlines

Pull Request - State: closed - Opened by shuckc over 3 years ago

#244 - Fix support for Proxy model registrations with inline admins

Pull Request - State: closed - Opened by shuckc over 3 years ago - 1 comment

#243 - Bottom() does not work as expected

Issue - State: closed - Opened by aryaniyaps over 3 years ago - 1 comment

#241 - Migrate to github-actions using tox-gh-actions workflow

Pull Request - State: closed - Opened by shuckc over 3 years ago - 12 comments

#240 - Reorder management command per #188

Pull Request - State: closed - Opened by shuckc over 3 years ago - 3 comments

#239 - README suggested changes

Pull Request - State: closed - Opened by shuckc over 3 years ago

#238 - [Discussion] Move CI to github actions

Issue - State: closed - Opened by imomaliev over 3 years ago - 8 comments

#235 - handling ignore_conflicts keyword arg in bulk_create()

Pull Request - State: closed - Opened by Thor-Ledger almost 4 years ago - 1 comment

#234 - Automatically create ordered many2many relations

Pull Request - State: closed - Opened by pawnhearts about 4 years ago - 2 comments

#231 - Breaks Pycharm suggestion on queryset filtering

Issue - State: closed - Opened by Pablo849 over 4 years ago - 1 comment