| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-23 | Fixed E225 pep8 warnings. | Tim Graham | |
| 2013-10-22 | Added 1.5.5 and 1.4.9 release notes | Tim Graham | |
| 2013-10-22 | Fixed #21304 -- Typo in docs/topics/testing/advanced.txt | Tim Graham | |
| Thanks joao at silvaneves.org for the report. | |||
| 2013-10-22 | Fixed #17027 -- Added support for the power operator in F expressions. | Florian Hahn | |
| Thanks dan at dlo.me for the initial patch. - Added __pow__ and __rpow__ to ExpressionNode - Added oracle and mysql specific power expressions - Added used-defined power function for sqlite | |||
| 2013-10-22 | Fixed E221 pep8 warnings. | Tim Graham | |
| 2013-10-22 | Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. | Bouke Haarsma | |
| The old 'django_language' variable will still be read from in order to migrate users. The backwards-compatability shim will be removed in Django 1.8. Thanks to jdunck for the report and stugots for the initial patch. | |||
| 2013-10-22 | Fixed indentation of example in tutuorial 2. | Phil Elson | |
| 2013-10-21 | Added docs for the hasher's iteration count changes. | Tim Graham | |
| 2013-10-21 | Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets. | Riccardo Magliocchetti | |
| 2013-10-21 | Fixed #21288 -- Fixed E126 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21212 -- Documented the reverse name for OneToOneField. | Juergen Schackmann | |
| Thanks bjb at credil.org for the report. | |||
| 2013-10-18 | Added a warning regarding session security and subdomains. | Tim Graham | |
| 2013-10-18 | Fixed ReST error in 1.6. release notes. | Tim Graham | |
| 2013-10-17 | Fixed #21285 -- Fixed E121,E122 pep8 warnings | Alasdair Nicol | |
| 2013-10-17 | Removed 1.6 release note text regarding password limit length. | Tim Graham | |
| This changed was reverted in 5d74853e156105ea02a41f4731346dbe272c2412. | |||
| 2013-10-17 | Fixed #18659 -- Deprecated request.REQUEST and MergeDict | Bouke Haarsma | |
| Thanks Aymeric Augustin for the suggestion. | |||
| 2013-10-15 | Fixed #16855 -- select_related() chains as expected. | Marc Tamlyn | |
| select_related('foo').select_related('bar') is now equivalent to select_related('foo', 'bar'). Also reworded docs to recommend select_related(*fields) over select_related() | |||
| 2013-10-15 | Merge pull request #1751 from tmaster/ticket_21006_improvement | Daniele Procida | |
| Improvement on InlineFormSet doc, refs #21006 | |||
| 2013-10-15 | Improvement on InlineFormSet doc, refs #21006 | Tianyi Wang | |
| 2013-10-15 | Fixed #7603 -- Added a 'scheme' property to the HttpRequest object | Unai Zalakain | |
| `HttpRequest.scheme` is `https` if `settings.SECURE_PROXY_SSL_HEADER` is appropriately set and falls back to `HttpRequest._get_scheme()` (a hook for subclasses to implement) otherwise. `WSGIRequest._get_scheme()` makes use of the `wsgi.url_scheme` WSGI environ variable to determine the request scheme. `HttpRequest.is_secure()` simply checks if `HttpRequest.scheme` is `https`. This provides a way to check the current scheme in templates, for example. It also allows us to deal with other schemes. Thanks nslater for the suggestion. | |||
| 2013-10-15 | Fixed #21006 -- Added example code for overriding methods on an InlineFormSet. | Tianyi Wang | |
| Thanks treysta at gmail.com for the suggestion. | |||
| 2013-10-15 | Merge pull request #1382 from loic/ticket19617 | Marc Tamlyn | |
| Fixed #19617 -- Refactored form metaclasses to support more inheritance scenarios. | |||
| 2013-10-14 | Fixed #21223 -- Added form.id_for_label to topic guide. | Sorcha Bowler | |
| Thanks ebertti at yahoo.com.br for the suggestion. | |||
| 2013-10-14 | Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵ | M Nasimul Haque | |
| filename. Thanks Marc Tamlyn for the suggestion. | |||
| 2013-10-14 | Fixed #20962 -- Documented that template tag render() may raise exceptions. | Bouke Haarsma | |
| Thanks Keryn Knight for the report. | |||
| 2013-10-14 | Fixed #8620 -- Updated the Form metaclass to support excluding fields by ↵ | Loic Bistuer | |
| shadowing them. | |||
| 2013-10-14 | Fixed #19617 -- Refactored Form metaclasses to support more inheritance ↵ | Loic Bistuer | |
| scenarios. Thanks apollo13, funkybob and mjtamlyn for the reviews. | |||
| 2013-10-14 | Clarfied the ModelForm docs with respect to generated vs. declared fields. | Loic Bistuer | |
| The ModelForm docs suggested that fields defined declaratively override default fields generated from the form Meta. This is conceptually wrong, especially with inheritance in mind. Meta is usually defined on the topmost ModelForm subclass, while fields can come from anywhere in the MRO, especially base classes; therefore we suggested that something defined in a base class override something from a subclass. This patch rephrases the docs around the idea that Meta is used to generate *missing* fields. Refs #8620, #19617. Thanks @mjtamlyn and @timgraham for the review. | |||
| 2013-10-14 | Fixed #21210 -- Documented when runserver doesn't auto-restart. | Bouke Haarsma | |
| Thanks gergely at polonkai.eu for the suggestion. | |||
| 2013-10-14 | Fixed #21264 -- Incorrect RST usage in docs | Bouke Haarsma | |
| 2013-10-14 | Fixed #21027 -- Updated tutorial 5 docs to link to management shell command ↵ | Max Vizard | |
| page. | |||
| 2013-10-14 | Fixed #15888 -- Made tablename argument of createcachetable optional | Claude Paroz | |
| Thanks Aymeric Augustin for the report and the documentation and Tim Graham for the review. | |||
| 2013-10-14 | Amend my description in committers.txt. | Marc Tamlyn | |
| 2013-10-13 | Fixed #19560 -- Identified field in warning for naive datetime. | Aymeric Augustin | |
| Thanks gcc for the report and vajrasky for the patch. | |||
| 2013-10-12 | Forms docs: More emphasis in 'id' value customizability. | Ramiro Morales | |
| 2013-10-12 | Updated OpenLayers version from 2.11 to 2.13 | Claude Paroz | |
| 2013-10-11 | Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures. | Tim Graham | |
| Thanks slinkp for the suggestion. | |||
| 2013-10-11 | Minor edits to docs/topics/db/queries.txt. | Cody Scott | |
| 2013-10-11 | Fixed #13252 -- Added ability to serialize with natural primary keys. | Tai Lee | |
| Added ``--natural-foreign`` and ``--natural-primary`` options and deprecated the ``--natural`` option to the ``dumpdata`` management command. Added ``use_natural_foreign_keys`` and ``use_natural_primary_keys`` arguments and deprecated the ``use_natural_keys`` argument to ``django.core.serializers.Serializer.serialize()``. Thanks SmileyChris for the suggestion. | |||
| 2013-10-11 | Fixed #8918 -- Made FileField.upload_to optional. | Tim Graham | |
| Thanks leahculver for the suggestion and dc and vajrasky for work on the patch. | |||
| 2013-10-10 | Small improvements to docs/topics/db/models.txt | Cody Scott | |
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-10-09 | Fixed #21222 - Documented that 'default' and 'other' must be different ↵ | Tim Graham | |
| databases when running tests. Thanks vernondcole for the suggestion. | |||
| 2013-10-09 | Fixed grammar/typos in auth customization docs | Claude Paroz | |
| 2013-10-08 | Fix grammatical errors in email documentation | Dan Loewenherz | |
| 2013-10-08 | Fixed #21164 -- Added documentation for issue with test users. | Russell Keith-Magee | |
| The package renaming restores the older package names (which were also the documented package names). This doesn't affect test discovery because the module in question doesn't contain any tests. Thanks to Carl for the design discussion. | |||
| 2013-10-07 | Re-added link to SQLite notes from DB section of install doc. | Ramiro Morales | |
| 2013-10-04 | Fixed #21213 -- Added docs for Django's mailing lists. | Unai Zalakain | |
| Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. | |||
| 2013-10-04 | Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden. | Ryan Kaskel | |
| Thanks Melevir for the suggestion. | |||
| 2013-10-03 | Fixed #21218 -- Typo on docs/howto/upgrade-version.txt | Tim Graham | |
| Thanks ryan at ryangallen.com for the report. | |||
