Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #30159 -- Removed unneeded use of OrderedDict. | Nick Pope | 2019-02-06 | 1 | -2/+1 |
| | | | | Dicts preserve order since Python 3.6. | ||||
* | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Fixed #28324 -- Made feedgenerators write feeds with deterministically ↵ | Georg Sauthoff | 2017-06-20 | 1 | -0/+6 |
| | | | | ordered attributes. | ||||
* | Fixed #20197 -- Made XML serializer fail loudly when outputting ↵ | Claude Paroz | 2015-06-19 | 1 | -0/+12 |
| | | | | | | unserializable chars Thanks Tim Graham for the review. | ||||
* | More attacking E302 violators | Alex Gaynor | 2013-11-02 | 1 | -0/+1 |
| | |||||
* | Fixed #21270 -- Fixed E701 pep8 warnings | Alasdair Nicol | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant | 2006-06-03 | 1 | -1/+2 |
| | | | | | | | waiting to happen and are memory leaks too). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | ||||
* | Imported Django from private SVN repository (created from r. 8825) | Adrian Holovaty | 2005-07-13 | 1 | -0/+13 |
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37 |