| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-24 | Merge pull request #819 from erikr/master | Aymeric Augustin | |
| Fixed #16302 -- Ensured contrib.comments is IPv6 capable. | |||
| 2013-02-24 | Fixed #16302 -- Ensure contrib.comments is IPv6 capable | Erik Romijn | |
| Changed the ip_address field for Comment to GenericIPAddressField. Added instructions to the release notes on how to update the schema of existing databases. | |||
| 2013-02-24 | Fixed minor rst formatting glitch. | Aymeric Augustin | |
| 2013-02-24 | Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOL | Bas Peschier | |
| 2013-02-24 | Merge pull request #817 from rybaktomasz/ticket_5568 | Honza Král | |
| Fixes #5568 -- DROP INDEX subcommand | |||
| 2013-02-24 | Made changes asked in review by HonzaKral | Tomasz Rybak | |
| Add documentation for new command in django-admin. | |||
| 2013-02-24 | Merge pull request #815 from zerok/tickets/11971 | Aymeric Augustin | |
| Fixed #11971 -- Documented the serialization formats | |||
| 2013-02-24 | Added more details about the various serialization formats. | Horst Gutmann | |
| 2013-02-23 | Made a small clarification in tutorial. | Preston Holmes | |
| refs #19889 | |||
| 2013-02-23 | Various tweaks and additions to 'how to release Django' document. | Carl Meyer | |
| 2013-02-23 | Removed superfluous cookie check from auth login. | Preston Holmes | |
| This is ensured through the CSRF protection of the view | |||
| 2013-02-23 | Added an example of "default" database dictionary left blank; refs #19775. | Tim Graham | |
| Thanks wsmith323 for the patch. | |||
| 2013-02-23 | Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS | Tim Graham | |
| Thanks pydanny for the report and ptone for the patch. | |||
| 2013-02-23 | Fixed #19579 - Documented that "providing_args" is purely documentational. | Tim Graham | |
| 2013-02-23 | Fixed #19880 - Fixed an error in the form wizard initial_dict example. | Tim Graham | |
| Thanks almalki for the report. | |||
| 2013-02-23 | Fixed #19775 - Clarified requirements of the "default" database. | Tim Graham | |
| Thanks monkut for the report and wsmith323 for the patch. | |||
| 2013-02-23 | Some updates to "how to release Django": | Jacob Kaplan-Moss | |
| Typo fixes, spell check, some more specifics where possible. | |||
| 2013-02-23 | Added a draft document explaining how to release Django. | Jacob Kaplan-Moss | |
| Thanks to James for the first draft; I made a few changes (svn->git) and some supporting links, but mostly I added FIXME's. | |||
| 2013-02-23 | Added test runner option to skip Selenium tests (#19854). | Zbigniew Siciarz | |
| 2013-02-23 | Updated example to use staticfiles static template tag, thanks reinout for ↵ | Tim Graham | |
| the suggestion, refs #19675. | |||
| 2013-02-23 | Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to ↵ | Tim Graham | |
| update them each minor release. | |||
| 2013-02-23 | Updated static file example in overview to use static template tag, refs #19675. | Tim Graham | |
| Thanks jezdez for the note. | |||
| 2013-02-23 | Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags. | Vladimir A Filonov | |
| This commit adds "future" version of these two tags with auto-escaping enabled. | |||
| 2013-02-23 | Fixed #19675 - Added mention of static files to overview. | Tim Graham | |
| Thanks Dwight Gunning for the patch. | |||
| 2013-02-23 | Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and ↵ | Tim Graham | |
| ModelAdmin.fieldset. Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch. | |||
| 2013-02-23 | Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial. | Tim Graham | |
| Thanks James Pic. | |||
| 2013-02-23 | Fixed #17094 - Typo in class-based views doc. | Tim Graham | |
| Thanks alej0 for the report. | |||
| 2013-02-23 | Fixed #19758 -- Avoided leaking email existence through the password reset form. | Horst Gutmann | |
| 2013-02-23 | Merge pull request #749 from ecabuk/master | Honza Král | |
| Fixed #19752 -- Remove the exact Postgresql version from gis doc | |||
| 2013-02-23 | Remove the exact Postgresql version number from gis install documentation | Evrim Çabuk | |
| ref #19752 | |||
| 2013-02-23 | Fixed #19686 -- Added HTML5 number input type | Claude Paroz | |
| Thanks Simon Charette for his help on the patch. Refs #16630. | |||
| 2013-02-22 | Documented jQuery upgrade | Claude Paroz | |
| Refs #14571. | |||
| 2013-02-20 | Fixed #19868 -- Clarified purpose of custom user example | Preston Holmes | |
| 2013-02-20 | Clarified the language used in the documentation. Thanks to Mike Smith for ↵ | Alex Gaynor | |
| the report. | |||
| 2013-02-20 | Added a db_constraint option to ForeignKeys. | Alex Gaynor | |
| This controls whether or not a database level cosntraint is created. This is useful in a few specialized circumstances, but in general should not be used! | |||
| 2013-02-19 | Merge pull request #739 from JustinTArthur/ticket-19855 | Tim Graham | |
| Fixed typo in legacy database how to | |||
| 2013-02-19 | Fixed #19728 - Updated API stability doc to reflect current meaning of "stable". | Tim Graham | |
| 2013-02-19 | Fixes typo introduced by ↵ | Justin Turner Arthur | |
| django/django@08dc90bccf7c4ffa8b04064d74b54c1150af5ff9. This is described in Trac ticket:19855. | |||
| 2013-02-19 | Merge pull request #737 from hrbonz/docs_CBV_generic_views_typo | Tim Graham | |
| Fixed typo in docs/topics/class-based-views/generic-display.txt | |||
| 2013-02-19 | Update 1.5 release notes for XML and formset fixes. | Carl Meyer | |
| 2013-02-19 | Added a default limit to the maximum number of forms in a formset. | Aymeric Augustin | |
| This is a security fix. Disclosure and advisory coming shortly. | |||
| 2013-02-19 | Added a new required ALLOWED_HOSTS setting for HTTP host header validation. | Carl Meyer | |
| This is a security fix; disclosure and advisory coming shortly. | |||
| 2013-02-19 | Fixed #19852 - Updated admin fieldset example for consistency. | Tim Graham | |
| Thanks chris.freeman.pdx@ for the suggestion. | |||
| 2013-02-19 | Updated a couple admonitions to use the warning directive. | Tim Graham | |
| 2013-02-19 | Fixed #18789 - Fixed some text wrap issues with methods in the docs. | Tim Graham | |
| Thanks neixetis@ for the report. | |||
| 2013-02-19 | Update docs/topics/class-based-views/generic-display.txt | Stefan "hr" Berder | |
| simple typo in "Making friendly template contexts" | |||
| 2013-02-18 | Fixed #19717 - Removed mentions of "root QuerySet" in docs. | Tim Graham | |
| Thanks julien.aubert.mail@ for the report and James Pic for the patch. | |||
| 2013-02-18 | Corrected INSTALLED_APPS syntax in 1.5 release notes. | Simon Meers | |
| 2013-02-16 | Fixed #19824 - Corrected the class described for Field.primary_key from ↵ | Tim Graham | |
| IntegerField to AutoField. Thanks Keryn Knight. | |||
| 2013-02-16 | Fixed #19812 - Removed a duplicate phrase in the widget docs. | Tim Graham | |
| Thanks diegueus9 for the report and itsallvoodoo for the draft patch. | |||
