mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 00:55:53 +03:00
[PR #13] [CLOSED] Custom base #100
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/13
Author: @jmcarp
Created: 9/4/2015
Status: ❌ Closed
Base:
master← Head:custom-base📝 Commits (10+)
188d7fbFix failing admin test.59d3cadInstall on Travis with setuptools.6dd763aAdd query operators.91fad8fAdd not equal operator.72cd4e2Handle filtering on repeated query parameters.3ca05c2Test case insensitive setting.f6bc4caAllow custom query delimiters.ecf5829Use WebTest for more concise tests.3bca1f9Support ordering by query parameter.3bf0806Include pagination metadata in list response.📊 Changes
15 files changed (+451 additions, -214 deletions)
View changed files
📝
.travis.yml(+9 -10)📝
requirements.txt(+3 -0)📝
sandman2/__init__.py(+16 -16)📝
sandman2/model.py(+1 -1)➕
sandman2/operators.py(+114 -0)📝
sandman2/service.py(+44 -12)➕
sandman2/utils.py(+22 -0)📝
setup.py(+3 -1)📝
tests/automap_models.py(+6 -3)📝
tests/conftest.py(+8 -2)📝
tests/resources.py(+4 -4)📝
tests/test_automap_base_models.py(+4 -10)📝
tests/test_extended_functionality.py(+4 -7)📝
tests/test_sandman2.py(+176 -97)📝
tests/test_user_models.py(+37 -51)📄 Description
Useful for overriding model defaults globally, which is otherwise not straightforward. Relevant to #9. Note: this is branched off several other patches I've sent in--the relevant changes are in 7a180e8.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.