検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for history (0.005 sec.)
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 12666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r via the max_num formset factory argument). Admin history view information leakage ¶ In previous versions of ... nicode representation of instances via their admin history log. Django 1.3.6 now limits the admin history log ... ML deserialization Formset memory exhaustion Admin history view information leakage 前のトピックへ Django 1.3 ... release , Host , not , header , host , previous , history , setting , but クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 12359
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r via the max_num formset factory argument). Admin history view information leakage ¶ In previous versions of ... nicode representation of instances via their admin history log. Django 1.4.4 now limits the admin history log ... ML deserialization Formset memory exhaustion Admin history view information leakage Other bugfixes and change ... from , header , documentation , host , previous , history クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 11777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he message's first line. When rewriting the commit history of a pull request, the goal is to make Django's co ... mmit history as usable as possible: If a patch contains back-an ... ges into two different commits will make reviewing history easier. Beware of merges of upstream branches in t ... ity, so it is up to each merger to decide how much history mangling to do for a pull request. The main points ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 10466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anch" in Git parlance. You are free to rewrite the history of this branch, by using git rebase for example. O ... branches other people are supposed to fork, so the history of these branches should never change. Good exampl ... e tests" commit. We do not want to have the entire history of your working process in your repository. Your c ... one commit containing all your work. To rework the history of your branch you can squash the commits into one ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 9577
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f five experienced contributors who demonstrate: A history of technical contributions to Django or the Django ... ecosystem. This history must begin at least 18 months prior to the individ ... ual's candidacy for the technical board. A history of participation in Django's development outside o ... triage and management of the Django bug tracker. A history of recent engagement with the direction and develo ...
https://man.plustar.jp/django/internals/organization.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 9431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... field correctly is to have all the changes in the history, and you might need those options in some data mig ... e treated no differently from any other migration. History consistency ¶ As previously discussed, you may nee ... cies, you can inadvertently create an inconsistent history state where a migration has been applied but some ... ich databases makemigrations checks for consistent history. アプリにマイグレーションを追加する ¶ New apps com ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 8266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mostly useful if you're exploring the repository's history, for example if you're trying to understand how so ... they aimed to implement were never finished: full-history generic-auth multiple-db-support per-object-permis ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django 1.10.2 release notes — Django 4.0.6 ドキュメント 8266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields were listed as changed in the admin's model history messages ( #27302 ). 目次 Django 1.10.2 release no ...
https://man.plustar.jp/django/releases/1.10.2.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 8121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... umentation を参照してください。 ModelAdmin. object_history_template ¶ カスタムンテンプレートの絶対パスで、 hi ... ビューです。以下のノートをご覧ください。 ModelAdmin. history_view ( request , object_id , extra_context = None ... ample above, we want to add a new link next to the History tool for the Page model. After looking at change_f ... < li > < a href = " {% url opts | admin_urlname :'history' original.pk | admin_urlquote %} " class = "histor ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 8121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iews urlpatterns = [ path ( '<page_slug>-<page_id>/history/' , views . history ), path ( '<page_slug>-<page_i ... th ( '<page_slug>-<page_id>/' , include ([ path ( 'history/' , views . history ), path ( 'edit/' , views . ed ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
PREV 1 2 3 4 NEXT