GithubHelp home page GithubHelp logo

daoluan / decode-django Goto Github PK

View Code? Open in Web Editor NEW
207.0 19.0 111.0 8.55 MB

Django 源码剖析注释版本

License: GNU General Public License v2.0

Python 97.03% CSS 0.49% JavaScript 1.09% Shell 0.05% HTML 1.09% Makefile 0.06% Batchfile 0.06% Roff 0.12% Smarty 0.01% Procfile 0.01%

decode-django's Introduction

Decode-Django

Decode-Django is that Django's source analysis.

Django 源码剖析注释版本. 我在这个项目当中, 整理 django 代码的注释, 如果看官感兴趣可以一起阅读注释.

进度

  • bin
  • conf
  • contrib
  • core DECODING
  • db DECODING
  • dispatch
  • forms
  • http
  • middleware 完成
  • shortcuts 完成
  • template
  • templatetags
  • test
  • utils
  • views 完成

博客总结

我的博客当中记录阅读笔记:

我的博客

decode-django's People

Contributors

daoluan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

decode-django's Issues

注释格式

兄弟,你这里边的说明不是注释形式啊

~Q

` def _filter_or_exclude(self, negate, _args, *_kwargs):
if args or kwargs:
assert self.query.can_filter(),
"Cannot filter a query once a slice has been taken."

    clone = self._clone()
    if negate:
        clone.query.add_q(~Q(*args, **kwargs))
    else:
        clone.query.add_q(Q(*args, **kwargs))
    return clone`

求教此处~Q什么意思

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.