344 次程式碼提交 (7bc035187392f556cdaf14d14315d3e7d92abb1c)

作者 SHA1 備註 提交日期
  Sagar Vora 4bb5ea609c
fix: get currency name from DB only if `options` are set and value is truthy (#16382) 3 年之前
  barredterra c26cf25478 fix: avoid invalid call to frappe.db.exists 3 年之前
  phot0n bebc8058b6 feat: integer primary keys 3 年之前
  Sagar Vora 24a750c048 chore: remove redundant code from `update_if_missing` 3 年之前
  Sagar Vora 1a20f376f3 perf: reduce loop in `doc.update` 3 年之前
  Sagar Vora 18ba5fcd49 perf: reduce one query in `get_controller` 3 年之前
  Pruthvi Patel 7ce9f1eaa1 fix: limit without filter 3 年之前
  Sagar Vora 8a264d05ca fix: remove `ignore_in_getter`; cleaner implementation 3 年之前
  Gavin D'souza 57c7f63d44 fix: Add ignore_virtual option to get_valid_dict 3 年之前
  Saqib Ansari 6b671af1ec Merge branch 'develop' into autocomplete-control 3 年之前
  Pruthvi Patel 882c68671d fix: ignore `doctype` in setter 3 年之前
  phot0n 857209d630 chore: remove unrelated comment 3 年之前
  Pruthvi Patel b1197a89be fix: always set `doctype` from `options` for child 3 年之前
  Ankush Menat d3f768fef9 feat(db/pg): ability to ignore pk colission 3 年之前
  phot0n 266e1f95ed chore: adding back idx column 3 年之前
  phot0n b31f3c24f6 refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes 3 年之前
  Raffael Meyer 89922bae90
feat: utility methods for docstatus (#15515) 3 年之前
  Gavin D'souza 4d00579667 fix: Skip data field validations for virtual field 3 年之前
  Gavin D'souza 5c4905dd37 feat(minor): Allow expressions in options for DocFields 3 年之前
  Gavin D'souza 9e3e3f804a feat: Virtual DocField 3 年之前
  barredterra b1383df15a refactor: use `is None` instead of `== None` 3 年之前
  Rushabh Mehta 853287f49d fix: load user_info on-demand 3 年之前
  Gavin D'souza 6502c4b340 fix: Don't add property value if NoneType or Falsy 3 年之前
  Gavin D'souza d9daefc54d fix: Calculate dynamic properties for as_dict 3 年之前
  Pruthvi Patel d1852242a0 fix: limit in `Document.get` 3 年之前
  Conor 40ba1ac9ba fix: Postgres Compatibility 3 年之前
  Lev 0345954b65
perf: BaseDocument improvements (#15398) 3 年之前
  Faris Ansari 4db2c1aaa3 feat: Document States 3 年之前
  mergify[bot] 20e3ed9ff9
revert: "feat(minor): Implement __getitem__ in Base Document" (backport #14945) (#14946) 3 年之前
  mergify[bot] 53a2539c5a
feat(minor): Implement __getitem__ in Base Document (#14855) (#14866) 3 年之前
  Sagar Vora 6b91ade73c
fix: `convert_dates_to_str` converts everything except `date` objects (#14340) 3 年之前
  Steffen 4415351597 fix: hand no_default_fields parameter further down to recursive calls of as_dict 3 年之前
  Gavin D'souza 3446026555 chore: Update header: license.txt => LICENSE 3 年之前
  Gavin D'souza b8c51b13e2 fix: Revert to using cast_fieldtype in BaseDocument.cast 3 年之前
  Gavin D'souza ed6533f737 fix: Use cast in favour of cast_fieldtype 3 年之前
  Ankush 257723cb0a
feat: `PythonExpression` and `Python` option with syntax validation for `Code` field types (#13707) 4 年之前
  Himanshu Mishra 1bf90d18ee perf-fix: Remove meta from pickling overhead 4 年之前
  Kenneth Sequeira 6bdcae1201 feat: add number format parameter in doc.get_formatted 4 年之前
  Gavin D'souza e407b78506 chore: Drop dead and deprecated code 4 年之前
  Ankush Menat 4754ab71d1
perf(minor): remove unnecessary comprehensions 4 年之前
  prssanna 103fa1e31a fix: check if df exists in get_formatted 4 年之前
  Gavin D'souza 34372e278e fix: Use older logic to set module_name and custom vars 4 年之前
  Gavin D'souza b343db84a0 fix: Use fallback values if doctype values unset 4 年之前
  Gavin D'souza 8d8a6cbd5d fix: Check for db value if cache doesn't exist 4 年之前
  Gavin D'souza 87ed7796de fix: Use older logic to set module_name and custom vars 4 年之前
  Gavin D'souza 877f9d08df fix: Use fallback values if doctype values unset 4 年之前
  Gavin D'souza 05712abc60 fix: Check for db value if cache doesn't exist 4 年之前
  Hussain Nagaria 3e229e931a test: Email and URL validate functions 4 年之前
  Hussain Nagaria 82b98330fd feat: Add URL option for data type fields 4 年之前
  Faris Ansari bcb01f6491 fix: Remove encrypted password when it is unset 4 年之前