| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-15 | Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup type | chomik | |
| Thanks to cjerdonek for the suggestion. | |||
| 2014-02-15 | Merge pull request #2281 from rhcarvalho/ticket_22053 | Florian Apolloner | |
| Change analyse (British) to analyze (American). | |||
| 2014-02-15 | Fixed #22052 -- Corrected a misspelling of ellipsoid | Michal Prusek | |
| 2014-02-15 | Change analyse (British) to analyze (American). | Rodolfo Carvalho | |
| 2014-02-15 | Fixed #22049 -- Corrected a misspelling of dimensional | djendrju | |
| 2014-02-14 | Added 1.6.3 release note for refs #21566. | Tim Graham | |
| 2014-02-14 | Fixed #21924 -- Added the ability to specify a reverse order for ↵ | Klemens Mantzos | |
| admin_order_field. Thanks Klemens Mantzos for the report and initial patch. | |||
| 2014-02-14 | Fixed #17942 -- Added a JsonResponse class to more easily create JSON ↵ | Lukasz Balcerzak | |
| encoded responses. Thanks leahculver for the suggestion and Erik Romijn, Simon Charette, and Marc Tamlyn for the reviews. | |||
| 2014-02-14 | Fixed #21177 -- Made resolve_url support relative URLs. | Antoine Catton | |
| This fixes redirecting to relative URLs with django.shortcuts.redirect. | |||
| 2014-02-14 | Added missing snippet to show filename in docs | Alasdair Nicol | |
| 2014-02-14 | Fixed #21654 -- Documented a use-case for Form.errors.as_data(). | Loic Bistuer | |
| Thanks selwin for the suggestion. | |||
| 2014-02-14 | Updated docs that misreported django.apps.apps.ready as being a method. | Simon Meers | |
| 2014-02-13 | Fixed a link in the 1.7 release notes. | Tim Graham | |
| 2014-02-13 | Fixed #19496 -- Added truncatechars_html filter. | Jeremy | |
| Thanks esevece for the suggestion and Nick Sandford and Martin Warne for the inital work on the patch. | |||
| 2014-02-13 | Fixed #21951 -- Updated docs to use __str__ for Python 3 | Alasdair Nicol | |
| Thanks Tim Graham for the report and recommendations | |||
| 2014-02-12 | Add reference documentation for operations and stubs for schemaeditor. | Andrew Godwin | |
| 2014-02-11 | Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. | Christopher Adams | |
| ForeignKey or ManyToManyField attribute ``limit_choices_to`` can now be a callable that returns either a ``Q`` object or a dict. Thanks michael at actrix.gen.nz for the original suggestion. | |||
| 2014-02-10 | Fixed #21996 -- Used proper encoding for GeoIP content | Claude Paroz | |
| Thanks Florent Messa for the report. | |||
| 2014-02-10 | Added 1.6.3 release notes stub | Claude Paroz | |
| 2014-02-10 | Fixed #17673 -- Forbid field shadowing. | Christopher Medrela | |
| Thanks Anssi Kääriäinen for the suggestion. | |||
| 2014-02-10 | Fixed #21190 -- Added a new ePub theme for documentation. | Markus Amalthea Magnuson | |
| 2014-02-10 | Fixed #21994 -- Added form_dict argument to calls of WizardView.done() | Julian Wachholz | |
| Added an additional keyword argument ``form_dict`` to calls of WizardView.done() implementations which allows easier access to validated forms by their step name. | |||
| 2014-02-10 | Fixed #20784 -- Added inverse_match parameter to RegexValidator. | Si Feng | |
| 2014-02-10 | Allowed a message to be passed to assertQuerysetEqual to make it consistent ↵ | Chris Bailey | |
| with other assert methods. | |||
| 2014-02-09 | Minor edits to new findstatic functionality; refs #19879. | Tim Graham | |
| Hopefully fixes a test failure on Jenkins. | |||
| 2014-02-09 | Removed double word in model docs | Claude Paroz | |
| 2014-02-09 | Fixed #19879 -- Have 'findstatic' says on which directories it searched the ↵ | Vajrasky Kok | |
| relative paths. Added searched_locations in finders module. Added verbosity flag level 2 on 'findstatic' command that will output the directories on which it searched the relative paths. Reported by ccurvey. Initial patch by Jonas Svensson and Vajrasky Kok. | |||
| 2014-02-09 | Fixed #21482 -- Uplifted restriction of collectstatic using symlink option ↵ | Jannis Leidel | |
| in Windows NT 6. Original patch by Vajrasky Kok. Reviewed by Florian Apolloner, Aymeric Augustin. | |||
| 2014-02-09 | Fixed #21969: Fix behaviour of initial_data with migrated apps | Andrew Godwin | |
| 2014-02-09 | Fixed inaccuracies in generic mixins documentation. | Baptiste Mispelon | |
| 2014-02-08 | Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypes | Kevin Christopher Henry | |
| There wasn't any file locking under Windows unless PyWin32 was installed. This removes that (undocumented) dependency by using ctypes instead. Thanks to Anatoly Techtonik for writing the ctypes port upon which this is based. | |||
| 2014-02-08 | Fixed #21674 -- Deprecated the import_by_path() function in favor of ↵ | Berker Peksag | |
| import_string(). Thanks Aymeric Augustin for the suggestion and review. | |||
| 2014-02-08 | Removed extra backquote in field docs | Claude Paroz | |
| 2014-02-08 | Fixed #16192 -- Made unique error messages in ModelForm customizable. | Loic Bistuer | |
| Overriding the error messages now works for both unique fields, unique_together and unique_for_date. This patch changed the overriding logic to allow customizing NON_FIELD_ERRORS since previously only fields' errors were customizable. Refs #20199. Thanks leahculver for the suggestion. | |||
| 2014-02-06 | Updated 1.6.2 release notes for release (and linkified tickets). | Jacob Kaplan-Moss | |
| 2014-02-06 | Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to ↵ | Vajrasky Kok | |
| allows_auto_pk_0. MySQL does allow primary key with value 0. It only forbids autoincrement primary key with value 0. Thanks Claude Paroz for the report. | |||
| 2014-02-06 | Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each ↵ | Christopher Medrela | |
| request. Thanks jordan at aace.org for the suggestion. | |||
| 2014-02-05 | Added missing items to 1.6.2 release notes. | Tim Graham | |
| 2014-02-05 | Extended the release notes for chainable Manager/QuerySet methods. | Loic Bistuer | |
| Refs #20625. | |||
| 2014-02-05 | Added previous commit to 1.6.2 release notes. | Baptiste Mispelon | |
| 2014-02-05 | Fixed gendered examples in the docs. | Loic Bistuer | |
| 2014-02-04 | Removed the this_is_the_login_form hack | Claude Paroz | |
| Refs #21911. Now that we have a more traditional login form, we don't need any more a special field telling us we are dealing with the login form. | |||
| 2014-02-04 | Fixed #21911 -- Made admin views redirect to login when needed | Claude Paroz | |
| Historically, the Django admin used to pass through the request from an unauthorized access to the login view directly. Now we are using a proper redirection, which is also preventing inadvertantly changing data when POSTing login data to an admin view when user is already authorized. Thanks Marc Tamlyn and Tim Graham for the reviews. | |||
| 2014-02-04 | Made some PEP8 fixes in docs/ref/forms/widgets.txt | Tim Graham | |
| Thanks Siecje. | |||
| 2014-02-03 | Reordered deprecation timeline and added back old info; refs #21920. | Tim Graham | |
| 2014-02-02 | Added a note about a possible name clash. | Aymeric Augustin | |
| Thanks Russell for the advice. | |||
| 2014-02-02 | Fixed typo. | Aymeric Augustin | |
| 2014-01-29 | Fix typo CRSF -> CSRF | Ian Foote | |
| 2014-01-28 | Add an extra warning about custom save methods in migrations docs. | Andrew Godwin | |
| 2014-01-27 | Fixed #21874 -- Require Django applications to have a filesystem path. | Carl Meyer | |
| Wherever possible this filesystem path is derived automatically from the app module's ``__path__`` and ``__file__`` attributes (this avoids any backwards-compatibility problems). AppConfig allows specifying an app's filesystem location explicitly, which overrides all autodetection based on ``__path__`` and ``__file__``. This permits Django to support any type of module as an app (namespace packages, fake modules, modules loaded by other hypothetical non-filesystem module loaders), as long as the app is configured with an explicit filesystem path. Thanks Aymeric for review and discussion. | |||
