https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
9c98205 [1.6.x] Bump version number for 1.6 release candidate. 23 October 2013, 02:56:12 UTC
bcc65c1 [1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils. 51d2e1fb23 from master. 23 October 2013, 01:40:01 UTC
2e74d6c [1.6.x] Added 1.5.5 and 1.4.9 release notes Backport of 2eb8f15516 from master 23 October 2013, 00:24:26 UTC
4499dc8 [1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt Thanks joao at silvaneves.org for the report. Backport of 9704c49d59 from master 22 October 2013, 16:06:16 UTC
b987fb1 [1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages. This shows itself with Python 3 under Windows where UTF-8 usually isn't the default file I/O encoding and caused one failure and three errors in our test suite under that platform setup. b5f52647fe from master. 22 October 2013, 10:38:02 UTC
7130609 [1.6.x] Fixed an I18N test class tearDown method. a3690168cb from master. 22 October 2013, 09:37:18 UTC
6781dc6 [1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping() The typo could have consequences in exceptional cases, but I didn't figure out a way to actually produce such a case, so not tests. Report & patch by Michael Manfre. Backport of 86c248aa64 from master 21 October 2013, 19:10:42 UTC
86373dc [1.6.x] Added docs for the hasher's iteration count changes. Backport of 28b70425afb2fb8bcbec09d249e37fa786f8a155 from master. 21 October 2013, 18:33:27 UTC
823951e [1.6.x] Force update of the password on iteration count changes. Backport of 7d0d0dbf26a3c0d16e9c2b930fd6d7b89f215946 from master. 21 October 2013, 18:33:03 UTC
37aea82 [1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC key This gives a 2x speed increase compared to the existing implementation. Thanks to Steve Thomas for the initial patch and Tim Graham for finishing it. Backport of 1e4f53a6eb8d1816e51eb8bd8f95e704f6b89ead from master. 21 October 2013, 17:55:28 UTC
15a6667 [1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets. Backport of 1e39982b6e from master 21 October 2013, 17:10:41 UTC
0c850e2 [1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwords Thanks kz26 for the report and the suggested fix. Refs #19758. Backport of 5f5259036 from master. 19 October 2013, 08:53:43 UTC
742585b [1.6.x] Cleaned formatting/comments in PasswordResetFormTest Backport of 59a880863 from master. 19 October 2013, 08:52:58 UTC
f198abc [1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField. Thanks bjb at credil.org for the report. Backport of f8632572ad from master 18 October 2013, 20:22:41 UTC
5bb975a [1.6.x] Added a warning regarding session security and subdomains. Backport of a3372f67cb from master 18 October 2013, 13:44:29 UTC
fa90b85 [1.6.x] Fixed ReST error in 1.6. release notes. Backport of 651bb73ab3 from master 18 October 2013, 12:47:59 UTC
dc8176e [1.6.x] Fixed bug causing CSRF token not to rotate on login. Thanks Gavin McQuillan for the report. Backport of ac4fec5ca2 from master 18 October 2013, 12:33:00 UTC
621fc1f [1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_command Thanks wildfire for the report. Backport of 3514bcb251 from master. 18 October 2013, 12:05:26 UTC
37afcbe [1.6.x] Removed 1.6 release note text regarding password limit length. This changed was reverted in 5d74853e156105ea02a41f4731346dbe272c2412. Backport of d97bec5ee3 from master 17 October 2013, 23:00:08 UTC
b2f9c74 [1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1 Thanks Raphaël Barrois for the report and the initial patch and Aymeric Augustin for the review. Backport of a14f087233 from master. 17 October 2013, 16:15:56 UTC
1241a2c [1.6.x] Improvement on InlineFormSet doc, refs #21006 Backport of 944a2bb7c1 from master 15 October 2013, 13:58:51 UTC
ecfd958 [1.6.x] Fixed #21006 -- Added example code for overriding methods on an InlineFormSet. Thanks treysta at gmail.com for the suggestion. Backport of 9bfe66164e from master 15 October 2013, 11:36:37 UTC
07ebd23 [1.6.x] Fixed #21223 -- Added form.id_for_label to topic guide. Thanks ebertti at yahoo.com.br for the suggestion. Backport of 018e2c055a from master 14 October 2013, 22:43:29 UTC
ba9cf95 [1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-ascii Thanks kontakt@eikefoken.de for the report. Backport of 42a67ec1cd from master. 14 October 2013, 19:28:29 UTC
7f566fd [1.6.x] Fixed #20962 -- Documented that template tag render() may raise exceptions. Thanks Keryn Knight for the report. Backport of e077224f4a from master 14 October 2013, 15:55:12 UTC
8222a48 [1.6.x] Clarfied the ModelForm docs with respect to generated vs. declared fields. 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. Backport of 54cd930baf from master 14 October 2013, 14:55:41 UTC
da18105 [1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart. Thanks gergely at polonkai.eu for the suggestion. Backport of 9b7d38ed5a from master 14 October 2013, 14:38:30 UTC
e3c8db6 [1.6.x] Fixed #21264 -- Incorrect RST usage in docs Backport of 8fc63087f6 from master 14 October 2013, 12:15:50 UTC
8f5ea9d [1.6.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell command page. Backport of 13ddf0e002 from master 14 October 2013, 12:10:51 UTC
4a9bae0 [1.6.x] Imported custom user classes in tests depending on it Without those imports, affected test files cannot be run independently. Refs #21164. Backport of ef22d512b5 from master. 14 October 2013, 08:17:51 UTC
5591fe6 [1.6.x] Fixed #21256 -- Error in datetime_safe.datetime.combine. Backport of d9b6fb8 from master 13 October 2013, 17:11:43 UTC
f0c7649 Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. Thanks jpic for the report and chmodas for working on a patch. Reverts 2ea80b94. Refs #19362. Conflicts: tests/utils_tests/test_encoding.py 13 October 2013, 16:25:21 UTC
ddff652 [1.6.x] Fixed #19560 -- Identified field in warning for naive datetime. Thanks gcc for the report and vajrasky for the patch. Backport of 570d9c2678d6cc564f9c70138554af8f7ce9ec49 from master. 13 October 2013, 09:58:12 UTC
503092b [1.6.x] Forms docs: More emphasis in 'id' value customizability. 18ea1c473b form master. 12 October 2013, 16:30:58 UTC
8f5d3d1 [1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures. Thanks slinkp for the suggestion. Backport of dd839a2dfd from master 12 October 2013, 00:12:52 UTC
f787869 [1.6.x] Minor edits to docs/topics/db/queries.txt. Backport of 8bfc7cc64c from master 11 October 2013, 19:35:48 UTC
2069dfe [1.6.x] Small improvements to docs/topics/db/models.txt Backport of 695bc0d191 from master 11 October 2013, 00:57:16 UTC
8765edd [1.6.x] Updated auth translation template 09 October 2013, 18:21:08 UTC
7a58fde [1.6.x] Fixed grammar/typos in auth customization docs Backport of 1b9c72fc4f from master. 09 October 2013, 14:22:36 UTC
1bf9580 [1.6.x] Fixed #21243 -- Corrected exception message in multiple database tests. Thanks to vajrasky for the report and patch. Backport of a971d19 from trunk. 09 October 2013, 01:06:59 UTC
af46932 [1.6.x] Fix grammatical errors in email documentation Backport of 43f213e475 from master 09 October 2013, 00:30:43 UTC
1ab84b6 [1.6.x] Fixed #21164 -- Added documentation for issue with test users. 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. Backport of ddb5385 from master. 08 October 2013, 02:37:48 UTC
7f0fdff [1.6.x] Refs #21197 -- Clarified upgrade check message. Thanks to Carl and Shai for the discussion. Backport of 8ff4303 from master. 08 October 2013, 02:02:08 UTC
563b5c2 [1.6.x] Re-added link to SQLite notes from DB section of install doc. 67f5dffbec from master. 07 October 2013, 10:42:28 UTC
b42f066 [1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite. Thanks Ramiro for the report. Backport of 91547772 from master. 07 October 2013, 08:49:28 UTC
5252885 [1.6.x] Fixed #21165 -- Fix test for syndication feed timestamp field on Windows. Thanks Michael Manfre for the report, Raphaël Barrois for the patch and Claude Paroz, Aymeric Augustin for the reviews. Refs #7936 62dfd79f8b from master. 04 October 2013, 01:50:51 UTC
e2e7571 [1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txt Thanks ryan at ryangallen.com for the report. Backport of 36e220f923 from master 04 October 2013, 00:14:00 UTC
02c7dbd [1.6.x] Fixed #21122 -- Improved clean up of test temp directory on Windows - Fixed test that didn't close the files it opened - Caught and handled exception when temp directory cannot be removed Backport of 978e1351a6 of master 02 October 2013, 23:13:20 UTC
06b149e [1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filtering Thanks neithere for the suggestion. Backport of 75bb6ba966 from master 02 October 2013, 16:13:44 UTC
9b89fcc [1.6.x] Clarified session replay attack differences with cookie backend. Backport of 00a0d3de02 from master 02 October 2013, 14:15:36 UTC
dc26f3f [1.6.x] Fixed Python 2.6 compatability for 3ec368014d0d74e14a7ed98ccfd638ffe0e62863. 02 October 2013, 14:01:48 UTC
e5b0f5b [1.6.x] Fixed #21129 -- Prevented admin filter params modifications from throwing an exception. Thanks Tuttle for the report. Backport of 5381317fe3 from master 02 October 2013, 13:13:59 UTC
4290cc1 [1.6.x] Made test for issue 19552 compatible with Windows. Take in account platform path separator. Refs #19552. 651bed0918 from master. 02 October 2013, 10:35:00 UTC
3ec3680 [1.6.x] Made skipping of symlink-related makemessages test smarter. os.symlink() is available starting with Windows Vista but can fail at runtime. 0f46ec315e from master. 02 October 2013, 10:33:52 UTC
6595080 [1.6.x] Fixed tests breakage from last commit. 02 October 2013, 00:04:28 UTC
d16753e [1.6.x] Fixed #21209 -- .po file path comments on Windows. Literals from source files with Django template language syntax don't have a '.py' suffix anymore. Also, the '.\' prefix is preserved to respect GNU gettext behavior on that platform. Refs #16903. 4b715fc05a from master. 01 October 2013, 23:42:13 UTC
9972a10 [1.6.x] Fixed #21203 -- resolve_columns fields misalignment In queries using .defer() together with .select_related() the values and fields arguments didn't align properly for resolve_columns(). Backpatch of bf13c75c0d94d606b8a077ff73bbd0440f05b396 from master. 01 October 2013, 17:47:28 UTC
5b97b99 [1.6.x] Factorized requires_tz_support decorator in test utils Thanks Aymeric Augustin for the suggestion. Refs #21165. Backport of c1c44b2506 from master. 01 October 2013, 11:28:24 UTC
47a65ad [1.6.x] Force Unix-style line-endings for some helper files in staticfiles_tests. This fixes eight failures in the cached storage tests under Windows. Refs #18920 and 978d4476cf. 4372718e83 from master. 01 October 2013, 01:17:29 UTC
98773c4 [1.6.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context. Thanks mrmachine for the report. Backport of c39c9f2ad8 from master 30 September 2013, 14:21:34 UTC
0d74bda Fixed #21134 -- Prevented queries in broken transactions. Backport of 728548e4 from master. Squashed commit of the following: commit 63ddb271a44df389b2c302e421fc17b7f0529755 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sun Sep 29 22:51:00 2013 +0200 Clarified interactions between atomic and exceptions. commit 2899ec299228217c876ba3aa4024e523a41c8504 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sun Sep 22 22:45:32 2013 +0200 Fixed TransactionManagementError in tests. Previous commit introduced an additional check to prevent running queries in transactions that will be rolled back, which triggered a few failures in the tests. In practice using transaction.atomic instead of the low-level savepoint APIs was enough to fix the problems. commit 4a639b059ea80aeb78f7f160a7d4b9f609b9c238 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Tue Sep 24 22:24:17 2013 +0200 Allowed nesting constraint_checks_disabled inside atomic. Since MySQL handles transactions loosely, this isn't a problem. commit 2a4ab1cb6e83391ff7e25d08479e230ca564bfef Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Sep 21 18:43:12 2013 +0200 Prevented running queries in transactions that will be rolled back. This avoids a counter-intuitive behavior in an edge case on databases with non-atomic transaction semantics. It prevents using savepoint_rollback() inside an atomic block without calling set_rollback(False) first, which is backwards-incompatible in tests. Refs #21134. commit 8e3db393853c7ac64a445b66e57f3620a3fde7b0 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sun Sep 22 22:14:17 2013 +0200 Replaced manual savepoints by atomic blocks. This ensures the rollback flag is handled consistently in internal APIs. 30 September 2013, 08:14:22 UTC
c4468e0 [1.6.x] Modified test added in 3afb5916b2 so it doesn't fail on Windows. Refs #18091. 12ca312e1b from master. 30 September 2013, 01:57:04 UTC
5d72ce0 [1.6.x] Fixed #21167 - Improved queries.tests.SubqueryTests Improve tests to cover slicing scenarios that could be handled in unique ways by 3rd party database backends. Backport of b0e06c3662 from master 29 September 2013, 14:37:45 UTC
5303afc [1.6.x] Note about static files dirs paths on Windows. Added it to the settings reference. We used to have it in comment form in our old, bigger default project template settings.py file. 5866a49369 from master. 28 September 2013, 23:35:47 UTC
c2a35d4 [1.6.x] Fixed #21186: Fixed regression when using date fields in the admin's list_filter. Thanks to onlygoldi2201 for the report and to ramiro and apollo13 for the reviews. Backport of 8f51ba669aba94eea684ea3f3429fd8e39e70679 from master. 27 September 2013, 22:46:37 UTC
15bdc85 [1.6.x] Fix #21185: Added tests for unescape_entities. Also fixed a py3 incompatibility. Thanks to brutasse for the report. Backport of 3754f4ad410640382f9fe25073da03009cdc2ea3 from master. 27 September 2013, 16:06:28 UTC
f621aba [1.6.x] Fixed an ImportError in `django.core.cache.backends.db` It was introduced by a979a2fea5. 27 September 2013, 07:21:54 UTC
a979a2f [1.6.x] Fixed #21146 - DatabaseCache converts expires to python value DatabaseCache uses raw cursors to bypass the ORM. This prevents it from being used by database backends that require special handling of datetime values. There is no easy way to test this, so no tests added. Backport of d5606b5763 from master 26 September 2013, 10:42:32 UTC
d1047c8 [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. Thanks daniel.quattro at gmail.com for the report. d1c9802811 from master. 26 September 2013, 00:11:17 UTC
d7ae0bc [1.6.x] Fixed #21126 -- QuerySet value conversion failure A .annotate().select_related() query resulted in misaligned rows vs columns for compiler.resolve_columns() method. Report & patch by Michael Manfre. Backpatch of 83554b018ef283827c0e7459ab934d447b3419d5 from master. 25 September 2013, 17:50:48 UTC
5207928 [1.6.X] Fixed wording in unit tests documentation. Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master. 25 September 2013, 16:31:03 UTC
e5dc08f [1.6.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation. Thanks go to Michael Gebetsroither for pointing out this issue and help on the patch. Backport of 68540fe4df44492571bc610a0a043d3d02b3d320 from master. 24 September 2013, 19:10:21 UTC
50a811a Revert "[1.6.x] Ensure that passwords are never long enough for a DoS." This reverts commit 5ecc0f828ebe270cfc92a0a2bfb4268800907904. This fix is no longer necessary, our pbkdf2 (see next commit) implementation no longer rehashes the password every iteration. 24 September 2013, 19:09:52 UTC
1a92287 [1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logic Thanks to Eivind Fonn for the report and test case. 24 September 2013, 16:04:42 UTC
d30d66b [1.6.x] Fixed #21137 -- Corrected ULRconf include example. Thanks marfire for the report. Backport of 77f6b468e5 from master 24 September 2013, 13:41:39 UTC
11dfb58 [1.6.x] Marked PermissionsMixin.user_permissions help_text for translation Backport of 53c7d66869 from master 24 September 2013, 11:37:12 UTC
db98c48 [1.6.x] Removed extra p (topppings->toppings) Backport of 946a2226ea from master 23 September 2013, 23:25:07 UTC
34f4053 [1.6.x] Removed implication that six is part of Python stdlib. Backport of 45969bdeb5 from master 23 September 2013, 22:30:18 UTC
a6a5c8b [1.6.x] Fixed #21070 -- Added a more complex database configuration example. Thanks joejasinski for the suggestion. Backport of e15f7f31d0 from master 23 September 2013, 16:18:47 UTC
5e549e7 [1.6.x] Fixed #20830 -- Clarified that Django uses a customized version of six. Thanks glarrain for the suggestion. Backport of a53caf28bf from master 23 September 2013, 15:07:36 UTC
cdb5672 [1.6.x] Fixed #21120 -- Added more explicit text on using validators and link to writing validators. Thanks nicolas at niconomicon.net for the suggestion. Backport of 98e0453f00 from master 23 September 2013, 14:39:10 UTC
6e6d1b1 [1.6.x] Fixed #21702 -- Added different bullet styles for nested lists. Thanks moc at mocpa.com for the suggestion. Backport of c81b6f7b83 from master 23 September 2013, 11:40:01 UTC
eb32de2 [1.6.x] Stopped a test from executing queries at the module level. Currently module level queries are executed against the real database (specified in NAME) instead of the test database; since it is to late to fix this for 1.6, we at least ensures stable builds. Refs #21443. Backport of 4fcc1e4ad8d153f41132b171c231b6d5d4086c28 from master. 22 September 2013, 21:05:16 UTC
56201fe [1.6.x] Fixed "Address already in use" from liveserver. Our WSGIServer rewrapped the socket errors from server_bind into WSGIServerExceptions, which is used later on to provide nicer error messages in runserver and used by the liveserver to see if the port is already in use. But wrapping server_bind isn't enough since it only binds to the socket, socket.listen (which is called from server_activate) could also raise "Address already in use". Instead of overriding server_activate too I chose to just catch socket errors, which seems to make more sense anyways and should be more robust against changes in wsgiref. Backport of 2ca00faa913754cd5860f6e1f23c8da2529c691a from master. 22 September 2013, 20:04:50 UTC
b2876c0 [1.6.x] A few doc additions for changes from d228c1192e. ce0c5c38ea from master. 22 September 2013, 16:54:54 UTC
aef809f [1.6.x] Reference Meta.index_together in DB performance guide. 9dc45efeba from master. 22 September 2013, 16:54:02 UTC
14f76b1 [1.6.x] Correct very minor typo Just changed as to has. Backport of d8f2d940cc from master 21 September 2013, 22:18:42 UTC
bb8a087 [1.6.x] Fixed #21137 -- Documented best practice for URLconfs with repeated pattern prefixes. Backport of 222460a994 from master 21 September 2013, 22:18:16 UTC
e76dd4c [1.6.x] Fixed #21074 -- Added tests for localized datetime fields. Fields must render values in the current time zone. This commit only contains tests because this ticket was just a symptom of a regression from #18777 that was fixed separately. Backport of 5444a9c from master. 21 September 2013, 21:11:04 UTC
ece8d65 [1.6.x] Ensured that BoundField.as_widget always returns properly localized fields. This is a follow-up to #18777 which improperly converted to strings in prepare_value and as such caused regressions like #21074. Refs #18777, #21074 Backport of 56743cf9e337826e4c615909570bb057142a6a7b from master. 21 September 2013, 20:58:18 UTC
e94efee [1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting. Backport of 43a2ec7999 from master 21 September 2013, 10:56:00 UTC
0ad178c [1.6.x] Clarified why one must not catch database errors inside atomic. Backport of 4db2752 from master. 20 September 2013, 19:57:39 UTC
85ba68c [1.6.x] Increased default PBKDF2 iterations Increases the default PBKDF2 iterations, since computers have gotten faster since 2011. In the future, we plan to increment by 10% per major version. Backport of a075e2ad0d from master 19 September 2013, 19:34:59 UTC
9888bb2 [1.6.x] Added missing "in" in sentence. Backport of 2c5c422d34 from master 19 September 2013, 17:29:48 UTC
538fdd2 [1.6.x] Added __pycache__ to gitignore Backport of 55b9bff07f from master 19 September 2013, 10:37:53 UTC
886e876 [1.6.x] Fixed #21121: Added archive of security issues. Backport of 9d3e60aa3e, 8e134c27c9, 8b3bae9466, c65ae7c969, bbabc5325c, and a2e25e8a83 from master. 19 September 2013, 07:02:52 UTC
091ae7f Removed accidentally added pyc file. Thanks Simon Charette for the report. 19 September 2013, 00:27:07 UTC
778d4da [1.6.x] Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDict Thanks simonpercivall for the report and bmispelon for the review. Backport of 2daada800f from master 18 September 2013, 13:56:01 UTC
dbad65d [1.6.x] Fixed bad backport in last commit; refs #21118 18 September 2013, 13:52:29 UTC
14e139e [1.6.x] Fixed #21118 -- Isolated a test that uses the database. Thanks rmboggs for the report. Backport of 4f40b97d97 from master 18 September 2013, 13:43:10 UTC
back to top