-
현재 users app의 views.py의 CBV , UserView 의 get 방식에서
사용자의 정보를 읽어올때 직렬화에 사용된 UserSerializer는
사용자의 비밀번호와 같은 민감한 정보들이 포함될 수 있을 것이라 예상됩니다.
get 방식의 데이터정보를 읽어들이는 것에서 제한설정을 두거나
읽기 전용 Serializer를 만들어 비밀번호를…
-
Related to #516. To be investigated. Probably I'm just doing something wrong, but can't figure out what right now. Need to brush up on Django CBV and permission system life cycle.
-
I have two distributions of volume conservation factors (VCF) Generic and Generic Masked that I want to compare.
A visualization of the two distributions can be found here: https://imgur.com/a/tgUp7…
-
Hello Bids community,
Here is a draft bids extension proposal for functional ultrasound imaging.
Functional ultrasound (fUS) imaging is a technique that uses ultrafast ultrasound imaging and po…
-
We have multiple parents for some models. We need an efficient way to traverse this tree.
The way we do it here is grossly inefficient: https://github.com/refreshoxford/django-cbv-inspector/commit/951…
meshy updated
11 years ago
-
#### Version
8.8.0
#### Description of the problem
The standard library contains `Z.gt_wf` and `Z.lt_wf`. I would like to use these, but I can't, because they are `Qed`-opaque.
```coq
Re…
-
In the following (contrived but relatively small) example the `ev` function is defined by case analysis on a subset using strict proposition. Only the propositional part of the subset depends on the w…
-
I'm trying to use fiat-crypto to synthesize (bedrock2) C code for NTT operations as used in some PQ lattice-based cryptography, where the prime modulus fits in one word.
How difficult would it be to …
-
I get this validation error after the `CreateTexture` method call when the texture has the `GenerateMips` flag.
```
D3D12 ERROR: GPU-BASED VALIDATION: Dispatch, Incompatible resource state: Resource…
-
#### Description of the problem
I copy here a collection of tests made in this [comment](https://github.com/coq/coq/pull/15667#issuecomment-1037304951) of #15667 regarding primitive projections and…