| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-20 | Capitalize SQL keywords | David Sanders | |
| 2014-02-20 | Capitalize SQL keywords | David Sanders | |
| 2014-02-19 | Fixed #22093 -- Made Form.Meta.fields examples consistent. | Tim Graham | |
| Thanks david-schultz at gmx.net for the suggestion. | |||
| 2014-02-19 | Added an example to the release notes for custom reverse managers. | Loic Bistuer | |
| 2014-02-19 | Fixed #19647 -- Added formats.py for Esperanto. | Baptiste Darthenay | |
| Thanks to Objectivesea and Guttorm Flatabø (dittaeva)! | |||
| 2014-02-18 | Fixed #22062 -- Corrected static files config for Apache >= 2.4 | Tim Graham | |
| 2014-02-17 | Fixed #22023 -- Raised an error for values() followed by defer() or only(). | Artur Frysiak | |
| Previously, doing so resulted in invalid data or crash. Thanks jtiai for the report and Karol Jochelson, Jakub Nowak, Loic Bistuer, and Baptiste Mispelon for reviews. | |||
| 2014-02-16 | Made the new template.Context.flatten() method a public API. | Marek Wywiał | |
| That method was introduced in 9db4271bd11ac23a5a5652bbcdf8fb6d4b997651. Refs #21765. | |||
| 2014-02-16 | Added some links in i18n documentation | Grzegorz Rożniecki | |
| 2014-02-16 | Fixed two typos in documentation | Grzegorz Rożniecki | |
| 2014-02-16 | Fixed #21939 -- Deprecated loading ssi/url tags from future. | Zbigniew Siciarz | |
| 2014-02-16 | Fixed #18745 - Documentation change explaining tuple to list with signing. | MattBlack85 | |
| Thanks to lee for the report. | |||
| 2014-02-15 | Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready(). | Zbigniew Siciarz | |
| Thanks Marc Tamlyn for the suggestion. | |||
| 2014-02-15 | Fixed #22013 -- Documented difference between SERVER_EMAIL and ↵ | Zbigniew Siciarz | |
| DEFAULT_FROM_EMAIL. | |||
| 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. | |||
