https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
d92b085 [1.7.x] Bump version number for 1.7 release. 02 September 2014, 21:08:20 UTC
6ec31cb [1.7.x] Cleanup run on the 1.7 release notes. Backport of 138e3873a53a4fcd17ddccaa2132ff1af82dc7a6 from master. 02 September 2014, 20:19:54 UTC
9cacc25 [1.7.x] Added missing import in docs/ref/signals.txt. Backport of 4a303341fc from master 02 September 2014, 12:15:02 UTC
52eadbf Revert "[1.7.x] Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918" This reverts commit a7ac5f018726694e3a79180ef97f2813c715fac0. 02 September 2014, 12:12:49 UTC
7eabd22 [1.7.x] Fixed #22918 -- Fixed SeparateDatabaseAndState crash Backport of e03b7940e5 from master 02 September 2014, 12:11:45 UTC
a7ac5f0 [1.7.x] Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918 01 September 2014, 18:50:31 UTC
e42a82e [1.7.x] Fixed #23391 -- Removed an erroneous backtip from the form's documentation. Thanks to Trac alias nessita for the report. Backport of ab9c886459 from master 01 September 2014, 00:11:57 UTC
074b678 [1.7.x] Removed sentence from docs about migrate prompting to add a superuser. Backport of 21a9e8adf0 from master 31 August 2014, 16:33:33 UTC
f4da04a [1.7.x] Added a missing word in a skip message Backport of 8b6cb9d0dd from master 31 August 2014, 01:37:15 UTC
d839c75 [1.7.x] Fixed #22820 -- Treated int and long types alike in lazy_number Thanks kwist for the report and the initial patch. Backport of 5021421799 from master. 30 August 2014, 16:51:52 UTC
3297f9e [1.7.x] Fixed #23370 -- defer() + select_related() crashed with inherited models. Backport of 6613ea6e3f from master 30 August 2014, 11:16:42 UTC
0396001 [1.7.x] Corrected a usage example of `related_query_name`. Thanks to Petr Glotov for spotting this. Backport of 05a8cef428 from master 30 August 2014, 03:11:37 UTC
022fdb2 [1.7.x] Fixed #22786 -- Documented value_from_datadict caveat Thanks blueyed for the report and Tim Graham for the review. Backport of 909015a51b from master. 29 August 2014, 08:25:32 UTC
f201cfa [1.7.x] Fixed an Oracle test failure introduced by 1e404180c1. Backport of e98c5513cb from master 28 August 2014, 23:37:21 UTC
8f033ee [1.7.x] Documented correct kwargs for post_syncdb/migrate. d562527a rename the db to using in the wrong signal. Thanks Maik Hoepfel for the report. Backport of 569e0a2 from master 28 August 2014, 19:32:44 UTC
c32c220 [1.7.x] Fixed #23379 -- Corrected a referencing issue in sql_create. Thanks to Trac alias flakfizer for the report. Backport of 1e404180c1 from master 28 August 2014, 19:23:46 UTC
419f907 [1.7.x] Fixed #23375 -- Added missing security issues to the archive. Also adjusted the pre-release process to prevent future omissions. Backport of c9c0be31c5 from master 28 August 2014, 14:50:09 UTC
9ac7136 [1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. Backport of 3a44e2000 from master. 28 August 2014, 06:46:54 UTC
4883516 [1.7.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin. Thanks to Trac alias Markush2010 and ross for the detailed reports. Backport of 3cbb7590cb from master 28 August 2014, 01:27:48 UTC
574f8f5 [1.7.x] Documented --database option for migrate. Thanks Mike O'Connor for the reporty. Backport of 6aae07fe61 from master 27 August 2014, 12:02:17 UTC
e86030b [1.7.x] Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a unique field. Thanks Keryn Knight for the suggestion. Backport of 83762da3fb from master 27 August 2014, 11:45:34 UTC
307eef2 [1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made it default for admin Backport of cbdda28208c9c2aea479d5a482ff27bf37869d34 from master. 27 August 2014, 07:16:51 UTC
c13a4c9 [1.7.x] Fixed clone URL of Django git repository. Backport of 905c4fdcc3 from master 27 August 2014, 00:50:34 UTC
403cc55 [1.7.x] Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs. Thanks Mike O'Connor for the suggestions. Backport of 5ecead9ab9 from master 26 August 2014, 19:52:15 UTC
4f0916c [1.7.x] Fixed #21567 -- Documented how to deploy multiple sites using the sites framework. Backport of 7b9537fb27 from master 26 August 2014, 19:22:28 UTC
1b89f97 [1.7.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None. Backport of ced3e303ca from master 26 August 2014, 18:50:37 UTC
588afbb [1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs. Thanks Daniele Procida for review. Backport of a2bcec3491 from master 26 August 2014, 18:35:17 UTC
e920c90 [1.7.x] Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ=True. Backport of 348c89cbfb from master 26 August 2014, 18:11:53 UTC
34116ad [1.7.x] Fixed #17719 -- Documented that template syntax sequences cannot be used as string literals. Backport of e02f45d5ea from master 26 August 2014, 14:45:18 UTC
808722e [1.7.x] Fixed #23362 -- Clarified "database columns as attributes" in tutorial. Backport of 035f2e699c from master 26 August 2014, 14:07:57 UTC
9c849f7 [1.7.x] Fixed spelling mistake in file docs. Backport of a3e88e64a4 from master 26 August 2014, 13:44:51 UTC
95556fd [1.7.x] Clarified that makemessages -l takes a locale name, not a language code. Backport of 5473c36cef from master 26 August 2014, 12:11:55 UTC
5d2b466 [1.7.x] Made main user disconnect after creating test user/tablespaces on Oracle Backport of 4c85a0d95f from master 25 August 2014, 18:44:39 UTC
187ee0a [1.7.x] Removed unnecessary absolute_imports. Backport of e0cf030194 from master 25 August 2014, 17:13:58 UTC
8c8ce2e [1.7.x] Fixed #23131 -- Documented serialization of callable functions in migrations. Backport of 50ae4b4b9e from master 24 August 2014, 17:35:01 UTC
da2077e [1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles. Backport of 0c9f40f776 from master 23 August 2014, 23:31:05 UTC
1a91880 [1.7.x] Fixed #23341 -- Added migration name to nonexistent migration error in makemigrations. Backport of abd640fbdf from master 23 August 2014, 23:19:58 UTC
4ae75cf [1.7.x] Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_plan Backport of be4baaefe2 from master 23 August 2014, 21:36:08 UTC
3d88ed3 [1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings. Backport of c7fa27d702 from master 23 August 2014, 13:31:48 UTC
4639398 [1.7.x] Added new supported languages 23 August 2014, 12:12:31 UTC
c19c7c1 [1.7.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs. Backport of a76aab3583 from master 22 August 2014, 17:23:55 UTC
8aca08f [1.7.x] Fixed #23342 -- Clarified warning about naive time objects. Thanks to apollo13 for suggested wording. Backport of b7336ec179 from master 22 August 2014, 15:40:04 UTC
7abb88a [1.7.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt. Backport of 14aff0bd82 from master 22 August 2014, 15:34:41 UTC
588f66d [1.7.x] Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI. Refs #23073 Workaround. Refs #22738 Repeats the mysql "offense". When the issue is solved, the Oracle special case should be made to play with the solution (that is, Oracle should be fixed the same way that mysql and the 3rd-party backneds are). Backport of 56252e7 from master 22 August 2014, 02:34:20 UTC
fbe4507 [1.7.x] Update squashmigration docs to also mention circ dep errs (refs #23337) 22 August 2014, 02:18:40 UTC
f8aa2aa [1.7.x] Added dates to release notes. Backport of b902be798e from master 20 August 2014, 20:32:39 UTC
ad96254 [1.7.x] Bump version number for security release. 20 August 2014, 20:25:35 UTC
2da2037 [1.7.x] Fixed #23322 -- Use resolved swappable model for dependency resolution during makemigrations Backport of 144cff3f51 from master 20 August 2014, 20:08:49 UTC
2b31342 [1.7.x] Prevented data leakage in contrib.admin via query string manipulation. This is a security fix. Disclosure following shortly. 20 August 2014, 18:42:48 UTC
1a45d05 [1.7.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change. This is a security fix. Disclosure following shortly. 20 August 2014, 18:42:48 UTC
3123f84 [1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names. This is a security fix. Disclosure following shortly. 20 August 2014, 18:42:48 UTC
bf650a2 [1.7.x] Prevented reverse() from generating URLs pointing to other hosts. This is a security fix. Disclosure following shortly. 20 August 2014, 18:42:48 UTC
1c00c38 [1.7.x] Added release note stubs for 1.5.9 and 1.4.14. 20 August 2014, 18:42:48 UTC
2981485 [1.7.x] Fixed flake8 warnings. Backport of 6f59d29158 from master 20 August 2014, 18:38:43 UTC
6981ece [1.7.x] Fixed migrations tests added in refs #23315. Backport of d1299fce0e from master 20 August 2014, 18:01:50 UTC
49280a7 [1.7.x] Fetched translations from Transifex 20 August 2014, 08:05:47 UTC
c586fcd [1.7.x] Added Chinese language aliases in tx client config Transifex doesn't have zh_Hans/zh_Hant locales. 20 August 2014, 07:23:18 UTC
cba0182 [1.7.x] Fixed typo in 1.7 release notes Backport of 12cf10cacd6 from master. 20 August 2014, 06:59:24 UTC
824e02b [1.7.x] Fixed #23315: Operational dependency fail with mixed create/add 20 August 2014, 02:51:23 UTC
9dcb2cf [1.7.x] Added sphinx extension to ease generation of ticket links. Backport of fca677fa43 from master 19 August 2014, 21:45:59 UTC
dc9751a [1.7.x] Fixed #17238 -- Added source code links to docs using sphinx.ext.viewcode. Thanks santiagobasulto for the suggestion. Backport of 9ed4a8c6b1 from master 19 August 2014, 21:45:30 UTC
72ad014 [1.7.x] Fixed #22996 -- Prevented crash with unencoded query string Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham for the reviews. Backport of fa02120d36 from master. 19 August 2014, 20:30:22 UTC
6e5e2b0 [1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations. Backport of 11d9cbe2f4 from master 19 August 2014, 17:32:05 UTC
22a28dd [1.7.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the object attribute. Backport of 03c1609c47 from master 19 August 2014, 16:09:18 UTC
24d9aee [1.7.x] Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c. Oracle doesn't have a `BEGIN` statement so the test would fail. Refs #23303 Backport of 54164b814cab71a8a0503743befbdcc99ae6c7a0 from master. 19 August 2014, 16:00:39 UTC
b3f6a0f [1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on custom user. Thanks gavinwahl for the report. Backport of 3569536491 from master 19 August 2014, 11:26:04 UTC
89f33f4 [1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped during model validation. Thanks mitar for the report. Backport of c587bd5a94 from master 19 August 2014, 11:18:39 UTC
20e3a00 [1.7.x] Fixed #23282 -- Corrected inheritance and reverse relations example. Thanks knowledgepoint-devs for the report and claudep for review. Backport of 7006187064 from master 19 August 2014, 10:29:25 UTC
c3c686b [1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped. Backport of 5dbe2a9431 from master 19 August 2014, 10:16:36 UTC
d6c6181 [1.7.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults. Backport of 15cafaa565 from master 19 August 2014, 10:15:28 UTC
5f54752 [1.7.x] Fixed some doc errors that caused syntax highlighting to fail. Backport of 27fdac97ae from master 19 August 2014, 00:40:41 UTC
3a80189 [1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. Backport of 5853c87a458f62ebd62d7809168355610de2570c from master. Conflicts: django/core/management/commands/sqlmigrate.py tests/user_commands/tests.py 18 August 2014, 17:36:34 UTC
126606c [1.7.x] Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows. This was detected by two failures in the i18n.test_extraction of our test suite. Refs #20422, refs #22336 Backport of b4dce7c37a from master 18 August 2014, 17:00:12 UTC
d818e02 [1.7.x] Fixed #14638 -- Clarified model Field.to_python() docs. Thanks Anubhav Joshi for the patch. Backport of b6aa60f425 from master 18 August 2014, 16:54:15 UTC
ad2faaa [1.7.x] Fixed #23263 -- Added sqlmigrate to migration topic guide. Backport of 7ed3d0bb61 from master 18 August 2014, 13:16:18 UTC
ee72896 [1.7.x] Fixed syntax highlighting and indentation in docs/topics/logging.txt. Backport of 90b64db39c from master 15 August 2014, 19:17:48 UTC
28d9753 [1.7.x] Fixed #23296 -- Fixed RunPython code sample in Migration Operations. Backport of 7ca665c5f5 from master 15 August 2014, 17:57:49 UTC
41cf159 [1.7.x] Fixed #23294 -- Add related_name to existing migrations. Thanks to Florian Apolloner for the review; refs #23288. Backport of 1d79d08d9a from master 15 August 2014, 17:51:32 UTC
3af1410 [1.7.x] Fixed #23278 -- Documented django.db.backends.schema logger Backport of ef90d395ab from master 15 August 2014, 16:38:09 UTC
6011f24 [1.7.x] Fixed typo in tests/migrations/test_operations.py Backport of 0ad4672c0f from master 15 August 2014, 15:02:18 UTC
23455ae [1.7.x] Fixed typo in docs/howto/custom-model-fields.txt. Backport of 99561eef26 from master 15 August 2014, 11:30:36 UTC
2cbafd8 [1.7.x] Complemented 1.6 release notes for 457c16d0d6 And accessorily added missing bits fixing #23293. 15 August 2014, 08:14:20 UTC
b578404 [1.7.x] Fixed #23288: deconstruct() ignoring related_name 15 August 2014, 02:47:34 UTC
2b69491 [1.7.x] Fixed a grammar error in docs/ref/forms/api.txt. Backport of bef5b9b7cd from master 14 August 2014, 16:15:14 UTC
d9559fe [1.7.x] Fixed #23291 -- Don't add Unicode varname/value to environment. Windows doesn't like that and it causes 114 failures in the admin_scripts tests with Python 2.x. 0bfb53866199f366ed140d49938fd185e5898156 from master. 14 August 2014, 15:55:09 UTC
63ccf64 [1.7.x] Fixed #23265 -- Used system-specific encoding in runserver Thanks SpaceFox for the report. Backport of 055d95fce066 from master. 14 August 2014, 10:09:22 UTC
46edcd6 [1.7.x] Corrected content_type parameter name in sitemap docs. mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master 14 August 2014, 01:45:28 UTC
d38007e [1.7.x] Removed doc reference to removed HttpResponse.mimetype. Backport of da009ce32c from master 14 August 2014, 01:43:07 UTC
0f44d9f [1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs. Thanks Baptiste for the suggestion. Backport of 6947885926 from master 13 August 2014, 22:24:43 UTC
05063c6 [1.7.x] Improved formatting of deconstruct() docs. Backport of d441a9d006 from master 13 August 2014, 16:41:39 UTC
6787013 [1.7.x] Fixed #22686 -- Prevented makemessages crash with unicode filename A more extensive fix has been reverted on the 1.7.x branch, so this minimal fix replaces it. 12 August 2014, 20:55:35 UTC
e705d8c [1.7.x] Revert "Applied unicode_literals to makemessages command" This reverts commit cdfefbec7 as it caused a regression (#23271). 12 August 2014, 20:25:42 UTC
72fdd62 [1.7.x] Fixed #23275: Unmanaged models kept by autodetector, ignored by ops 12 August 2014, 19:51:11 UTC
8f9dd9f [1.7.x] Refs #23276: Removed bad examples of passing views as strings to url() partial backport of a9fd740d22 from master 12 August 2014, 18:44:09 UTC
49419ff [1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions. Backport of 549284faa4 from master 12 August 2014, 17:48:21 UTC
0e9d6ad [1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt. Backport of 2003cb23d4 from master 12 August 2014, 16:27:41 UTC
9a51270 [1.7.x] Added a warning that remove_tags() output shouldn't be considered safe. Backport of 7efce77de2 from master 11 August 2014, 11:09:34 UTC
927d7b8 [1.7.x] Fixed #23267 -- Fixed typo in Translation documentation Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master. 11 August 2014, 10:08:20 UTC
4ce5ced [1.7.x] Fixed #23259 -- Corrected insertion order of extra() select_params A regression caused queries to produce incorrect results for cases where extra(select) is excluded by values() but included by extra(order_by) The regression was caused by 2f35c6f10fcbae541691207fb0c0560a13b754fc. Backport of f0b358880a from master 11 August 2014, 06:35:37 UTC
07c7925 [1.7.x] Fixed remove_field for spatialite schema changes. Backport of f915d39afe3565ac2355de57c11843530b96f3bc from master. 10 August 2014, 14:24:56 UTC
back to top