検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 218 for but (0.053 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6584
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... In most places, raw strings will continue to work, but updating to use Unicode literals will prevent some ... dels. They won't break anything if you leave them, but they also won't do anything. To register apps with ... see the admin below for more details. 参考 A contributor to djangosnippets has written a script that'll s ... d has been simplified. The old syntax still works, but you'll need to use fieldsets instead. Old (0.96): ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6490
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p_date_safe ( date ): """ Same as parse_http_date, but return None if the input is invalid. """ try : ret ... hosts } # Chrome treats \ completely as / in paths but it could be part of some # basic auth credentials ... uire_https ) # Copied from urllib.parse.urlparse() but uses fixed urlsplit() function. def _urlparse ( ur ... any URL with more than two slashes to be absolute, but # urlparse is not so flexible. Treat any url with ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 6490
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aintains backwards compatibility with Django 1.0), but does contain a number of fixes and other improveme ... are available in the history of the 1.0.X branch , but here are some of the highlights: Several fixes in ... ting an admin change list based on a callable attributes in list_display . A fix to the application of au ... n incompatibility if you were relying on this bug, but not if you were relying on escaping behaving as do ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6490
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in ContextMixin it returns its keyword arguments, but it is common to override this to add more members ... ictionary. You can also use the extra_context attribute. Django の一般的なクラスベースのビューを構築する ... ly provides a fairly sophisticated set of options, but the main one that most people are going to use is ... th, so the default uses the queryset or model attribute on the view class. A common reason to override ge ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o. If you're a community member who wants to contribute code to Django, look at Working with Git and GitH ... tches the commit guidelines described below. Contributors are expected to provide the best pull requests ... xx Force push to the branch after rebasing on main but before merging and pushing to upstream. This allow ... e commits, you can use GitHub's "Squash and merge" button on the website. Edit the commit message as need ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... easily do this in the admin one article at a time, but if we wanted to bulk-publish a group of articles, ... n won't need the ModelAdmin or the request object, but we will use the queryset: def make_published ( mod ... g an action! However, we'll take one more optional-but-useful step and give the action a "nice" title in ... with underscores replaced by spaces. That's fine, but we can provide a better, more human-friendly name ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e user has view-only permissions to a parent model but edit permissions to the inline model, would displa ... y a read-only view of the parent model but editable forms for the inline. Submitting these fo ... would not allow direct edits to the parent model, but would trigger the parent model's save() method, an ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e user has view-only permissions to a parent model but edit permissions to the inline model, would displa ... y a read-only view of the parent model but editable forms for the inline. Submitting these fo ... would not allow direct edits to the parent model, but would trigger the parent model's save() method, an ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... resolving smaller, long-standing feature requests, but that hasn't prevented a few fairly significant new ... n 2.4. Django 1.3 continues to support Python 2.4, but will be the final Django release series to do so; ... le resolution process if it was retrieved via attribute lookup. This was an inconsistency that could resu ... en using managed transactions -- that is, anything but the default autocommit mode -- it is important whe ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r () このモデル例を使うと、 Person.objects は AttributeError 例外を起こしますが、 Person.people.all() と書 ... nionPoll objects with the extra num_responses attribute attached. Manager のカスタマイズメソッドは、どんな ... pied by default. Methods with a queryset_only attribute set to False are always copied. Methods with a qu ... eryset_only attribute set to True are never copied. 例: class CustomQue ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT