| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-08 | Fixed #19555 - Removed '2012' from tutorial 1. | Tim Graham | |
| Thanks rodrigorosa.lg and others for the report. | |||
| 2013-01-07 | Fixed typo in 1.5 release notes; thanks Jonas Obrist. | Carl Meyer | |
| 2013-01-07 | Created special PostgreSQL text indexes when unique is True | Claude Paroz | |
| Refs #19441. | |||
| 2013-01-06 | Fixed #19571 -- Updated runserver output in the tutorial | Claude Paroz | |
| 2013-01-06 | Fixed #19173 -- Made EmptyQuerySet a marker class only | Anssi Kääriäinen | |
| The guarantee that no queries will be made when accessing results is done by new EmptyWhere class which is used for query.where and having. Thanks to Simon Charette for reviewing and valuable suggestions. | |||
| 2013-01-04 | Fixed #19562 -- cleaned up password storage docs | Preston Holmes | |
| 2013-01-03 | Added documentation for the 'db' argument of the post-syncdb signal. | mpaolini | |
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2013-01-03 | Update doc example for overriding change_form.html | Chris Beaven | |
| Slightly reworded another related paragraph for clarity, too. | |||
| 2013-01-02 | Fixed #19549 - Typo in docs/topics/auth/default.txt | Tim Graham | |
| 2013-01-01 | Fixed #19520 - Corrected some misleading docs about template_name_suffix. | Tim Graham | |
| Thanks jnns for the report. | |||
| 2013-01-01 | Tiny typo fixed in logging docs | Daniele Procida | |
| 2012-12-31 | Fixed #19453 -- Ensured that the decorated function's arguments are ↵ | Julien Phalip | |
| obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. Thanks to vzima for the report. | |||
| 2012-12-31 | Fixed #19519 -- Fired request_finished in the WSGI iterable's close(). | Aymeric Augustin | |
| 2012-12-29 | Removed links to deprecated IGNORABLE_404_STARTS/ENDS settings. | Tim Graham | |
| refs #19516 and 641acf76e7 | |||
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-12-29 | Removed support is_safe and needs_autoescape as function attributes. | Aymeric Augustin | |
| 2012-12-29 | Removed IGNORABLE_404_STARTS/ENDS settings. | Aymeric Augustin | |
| 2012-12-29 | Removed HttpRequest.raw_post_data. | Aymeric Augustin | |
| 2012-12-29 | Removed django.contrib.markup. | Aymeric Augustin | |
| 2012-12-29 | Removed django.contrib.localflavor. | Aymeric Augustin | |
| Each localflavor lives on as a separate app. | |||
| 2012-12-29 | Removed legacy shortcut for importing GeoIP. | Aymeric Augustin | |
| 2012-12-29 | Removed django.contrib.databrowse. | Aymeric Augustin | |
| RIP -- you served us well. | |||
| 2012-12-29 | Removed django.conf.urls.defaults. | Aymeric Augustin | |
| 2012-12-29 | Fixed broken links, round 4. refs #19516 | Tim Graham | |
| 2012-12-29 | Added links to default widget in forms.fields documentation | Claude Paroz | |
| 2012-12-28 | Fixed #18970 -- Documented know limitations under Python 3. | Aymeric Augustin | |
| 2012-12-28 | Fixed #19498 -- refactored auth documentation | Preston Holmes | |
| The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way. | |||
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham | |
| 2012-12-26 | Updated documentation on localflavor translations | Aymeric Augustin | |
| to account for the removal of django.contrib.localflavor in 1.6. Refs #19482. | |||
| 2012-12-26 | Fixed #19518 -- Documented the deprecation of localflavor. | Aymeric Augustin | |
| Also moved the contrib deprecations at the top of their section and made minor markup fixes. | |||
| 2012-12-25 | Fixed more broken links. refs #19516 | Tim Graham | |
| 2012-12-25 | Updated installation FAQ entry on Python versions. | Aymeric Augustin | |
| The 1.7 line is a reasonnable forecast, not a final decision. | |||
| 2012-12-24 | Fixed links to DATABASE ENGINE setting. refs #19516 | Tim Graham | |
| 2012-12-24 | Fixed #19505 -- A more flexible implementation for customizable admin ↵ | Julien Phalip | |
| redirect urls. Work by Julien Phalip. Refs #8001, #18310, #19505. See also 0b908b92a2ca4fb74a103e96bb75c53c05d0a428. | |||
| 2012-12-22 | Fixed #15516 -- Updated the ticket life cycle diagram. | Aymeric Augustin | |
| 2012-12-22 | Better name for a new testing documentation link. | Ramiro Morales | |
| 2012-12-21 | Fixed #19497 -- Refactored testing docs. | Ramiro Morales | |
| Thanks Tim Graham for the review and suggestions. | |||
| 2012-12-21 | Fixed #19506 - Remove 'mysite' prefix in model example. | Tim Graham | |
| Thanks Mike O'Connor for the report. | |||
| 2012-12-19 | Added PASSWORD_HASHERS to settings reference document. | Ramiro Morales | |
| 2012-12-18 | Fixed #19470 - Clarified widthratio example. | Tim Graham | |
| Thanks orblivion for the suggestion. | |||
| 2012-12-18 | Fixed #19442 - Clarified that raw SQL must be committed. | Tim Graham | |
| Thanks startup.canada for the suggestion. | |||
| 2012-12-18 | Fixed #17312 - Warned about database side effects in tests. | Tim Graham | |
| Thanks jcspray for the suggestion. | |||
| 2012-12-16 | Fixed #19279 - Clarified order of database setup and Django install. | Tim Graham | |
| Thanks colinnkeenan for the suggestion. | |||
| 2012-12-16 | Replaced the test case hierarchy schema with a vector version. | Aymeric Augustin | |
| The OmniGraffle source file is included for future use. | |||
| 2012-12-16 | Fixed #18718 - Documented django.utils.encoding.filepath_to_uri | Tim Graham | |
| 2012-12-16 | Added PDF version of SVG file for latexpdf builds. | Aymeric Augustin | |
| Thanks Tim Graham for reporting this issue and testing the fix. | |||
| 2012-12-15 | Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy. | Russell Keith-Magee | |
| This makes it easier to make a ModelBackend-compliant (with regards to permissions) User model. Thanks to cdestigter for the report about the relationship between ModelBackend and permissions, and to the many users on django-dev that contributed to the discussion about mixins. | |||
| 2012-12-15 | Fixed #19472 -- Documented the testing requirements and tools for custom ↵ | Russell Keith-Magee | |
| User models. Thanks to gcc for the report. | |||
| 2012-12-15 | Fixed #19384 -- Documented the behavior of custom managers on abstract models. | Russell Keith-Magee | |
| This documents the behavior introduced by cc337a74, which is BACKWARDS INCOMPATIBLE for any attempt to invoke a method on a manager using the abstract class as the calling class (e.g., AbstractBase.objects.do_something()) Thanks to mhsparks for the report. | |||
