Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable/1.6.x #2158

Closed
wants to merge 509 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
509 commits
Select commit Hold shift + click to select a range
14e139e
[1.6.x] Fixed #21118 -- Isolated a test that uses the database.
timgraham Sep 18, 2013
dbad65d
[1.6.x] Fixed bad backport in last commit; refs #21118
timgraham Sep 18, 2013
778d4da
[1.6.x] Fixed #21098 -- Applied sensitive_post_parameters to MultiVal…
timgraham Sep 17, 2013
091ae7f
Removed accidentally added pyc file.
timgraham Sep 19, 2013
886e876
[1.6.x] Fixed #21121: Added archive of security issues.
freakboy3742 Sep 19, 2013
538fdd2
[1.6.x] Added __pycache__ to gitignore
timgraham Sep 19, 2013
9888bb2
[1.6.x] Added missing "in" in sentence.
Sep 19, 2013
85ba68c
[1.6.x] Increased default PBKDF2 iterations
Sep 19, 2013
0ad178c
[1.6.x] Clarified why one must not catch database errors inside atomic.
aaugustin Sep 20, 2013
e94efee
[1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatt…
funkybob Sep 21, 2013
ece8d65
[1.6.x] Ensured that BoundField.as_widget always returns properly loc…
apollo13 Sep 21, 2013
e76dd4c
[1.6.x] Fixed #21074 -- Added tests for localized datetime fields.
aaugustin Sep 21, 2013
bb8a087
[1.6.x] Fixed #21137 -- Documented best practice for URLconfs with re…
MichaelDiBernardo Sep 21, 2013
14f76b1
[1.6.x] Correct very minor typo
mlissner Sep 21, 2013
aef809f
[1.6.x] Reference Meta.index_together in DB performance guide.
ramiro Sep 22, 2013
b2876c0
[1.6.x] A few doc additions for changes from d228c1192e.
ramiro Sep 22, 2013
56201fe
[1.6.x] Fixed "Address already in use" from liveserver.
apollo13 Sep 22, 2013
eb32de2
[1.6.x] Stopped a test from executing queries at the module level.
apollo13 Sep 22, 2013
6e6d1b1
[1.6.x] Fixed #21702 -- Added different bullet styles for nested lists.
amney Sep 23, 2013
cdb5672
[1.6.x] Fixed #21120 -- Added more explicit text on using validators …
benhuckvale Sep 23, 2013
5e549e7
[1.6.x] Fixed #20830 -- Clarified that Django uses a customized versi…
dchetwynd Sep 23, 2013
a6a5c8b
[1.6.x] Fixed #21070 -- Added a more complex database configuration e…
Sep 23, 2013
34f4053
[1.6.x] Removed implication that six is part of Python stdlib.
timgraham Sep 23, 2013
db98c48
[1.6.x] Removed extra p (topppings->toppings)
brettkoonce Sep 23, 2013
11dfb58
[1.6.x] Marked PermissionsMixin.user_permissions help_text for transl…
rootxnet Sep 23, 2013
d30d66b
[1.6.x] Fixed #21137 -- Corrected ULRconf include example.
timgraham Sep 24, 2013
1a92287
[1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logic
akaariai Sep 24, 2013
50a811a
Revert "[1.6.x] Ensure that passwords are never long enough for a DoS."
apollo13 Sep 24, 2013
e5dc08f
[1.6.x] Fixed #21138 -- Increased the performance of our PBKDF2 imple…
apollo13 Sep 17, 2013
5207928
[1.6.X] Fixed wording in unit tests documentation.
bmispelon Sep 25, 2013
d7ae0bc
[1.6.x] Fixed #21126 -- QuerySet value conversion failure
akaariai Sep 23, 2013
d1047c8
[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.
timgraham Sep 18, 2013
a979a2f
[1.6.x] Fixed #21146 - DatabaseCache converts expires to python value
manfre Sep 23, 2013
f621aba
[1.6.x] Fixed an ImportError in `django.core.cache.backends.db`
tuxcanfly Sep 27, 2013
15bdc85
[1.6.x] Fix #21185: Added tests for unescape_entities.
bmispelon Sep 27, 2013
c2a35d4
[1.6.x] Fixed #21186: Fixed regression when using date fields in the …
bmispelon Sep 27, 2013
5303afc
[1.6.x] Note about static files dirs paths on Windows.
ramiro Sep 28, 2013
5d72ce0
[1.6.x] Fixed #21167 - Improved queries.tests.SubqueryTests
manfre Sep 25, 2013
c4468e0
[1.6.x] Modified test added in 3afb5916b2 so it doesn't fail on Windows.
Sep 29, 2013
0d74bda
Fixed #21134 -- Prevented queries in broken transactions.
aaugustin Sep 30, 2013
98773c4
[1.6.x] Fixed #21154 -- Updated TemplateResponse docs to better expla…
funkybob Sep 30, 2013
47a65ad
[1.6.x] Force Unix-style line-endings for some helper files in static…
Sep 30, 2013
5b97b99
[1.6.x] Factorized requires_tz_support decorator in test utils
claudep Oct 1, 2013
9972a10
[1.6.x] Fixed #21203 -- resolve_columns fields misalignment
akaariai Oct 1, 2013
d16753e
[1.6.x] Fixed #21209 -- .po file path comments on Windows.
Oct 1, 2013
6595080
[1.6.x] Fixed tests breakage from last commit.
ramiro Oct 2, 2013
3ec3680
[1.6.x] Made skipping of symlink-related makemessages test smarter.
Oct 2, 2013
4290cc1
[1.6.x] Made test for issue 19552 compatible with Windows.
Oct 2, 2013
e5b0f5b
[1.6.x] Fixed #21129 -- Prevented admin filter params modifications f…
tim-schilling Sep 25, 2013
dc26f3f
[1.6.x] Fixed Python 2.6 compatability for 3ec368014d0d74e14a7ed98ccf…
timgraham Oct 2, 2013
9b89fcc
[1.6.x] Clarified session replay attack differences with cookie backend.
timgraham Oct 2, 2013
06b149e
[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet …
timgraham Oct 2, 2013
02c7dbd
[1.6.x] Fixed #21122 -- Improved clean up of test temp directory on W…
marfire Sep 19, 2013
e2e7571
[1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txt
timgraham Oct 4, 2013
5252885
[1.6.x] Fixed #21165 -- Fix test for syndication feed timestamp field…
Oct 2, 2013
b42f066
[1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite.
aaugustin Oct 7, 2013
563b5c2
[1.6.x] Re-added link to SQLite notes from DB section of install doc.
ramiro Oct 7, 2013
7f0fdff
[1.6.x] Refs #21197 -- Clarified upgrade check message.
freakboy3742 Oct 8, 2013
1ab84b6
[1.6.x] Fixed #21164 -- Added documentation for issue with test users.
freakboy3742 Oct 8, 2013
af46932
[1.6.x] Fix grammatical errors in email documentation
dlo Oct 8, 2013
1bf9580
[1.6.x] Fixed #21243 -- Corrected exception message in multiple datab…
freakboy3742 Oct 9, 2013
7a58fde
[1.6.x] Fixed grammar/typos in auth customization docs
claudep Oct 9, 2013
8765edd
[1.6.x] Updated auth translation template
claudep Oct 9, 2013
2069dfe
[1.6.x] Small improvements to docs/topics/db/models.txt
Siecje Oct 10, 2013
f787869
[1.6.x] Minor edits to docs/topics/db/queries.txt.
Siecje Oct 11, 2013
8f5d3d1
[1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db a…
timgraham Oct 12, 2013
503092b
[1.6.x] Forms docs: More emphasis in 'id' value customizability.
ramiro Oct 12, 2013
ddff652
[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.
aaugustin Oct 13, 2013
f0c7649
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
aaugustin Oct 13, 2013
5591fe6
[1.6.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.
aaugustin Oct 13, 2013
4a9bae0
[1.6.x] Imported custom user classes in tests depending on it
claudep Oct 14, 2013
8f5ea9d
[1.6.x] Fixed #21027 -- Updated tutorial 5 docs to link to management…
MaximusV Oct 14, 2013
e3c8db6
[1.6.x] Fixed #21264 -- Incorrect RST usage in docs
Bouke Oct 14, 2013
da18105
[1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.
Bouke Oct 14, 2013
8222a48
[1.6.x] Clarfied the ModelForm docs with respect to generated vs. dec…
loic Oct 14, 2013
7f566fd
[1.6.x] Fixed #20962 -- Documented that template tag render() may rai…
Bouke Oct 14, 2013
ba9cf95
[1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-ascii
claudep Oct 14, 2013
07ebd23
[1.6.x] Fixed #21223 -- Added form.id_for_label to topic guide.
saoili Oct 14, 2013
ecfd958
[1.6.x] Fixed #21006 -- Added example code for overriding methods on …
Oct 15, 2013
1241a2c
[1.6.x] Improvement on InlineFormSet doc, refs #21006
Oct 15, 2013
b2f9c74
[1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept la…
claudep Oct 17, 2013
37afcbe
[1.6.x] Removed 1.6 release note text regarding password limit length.
timgraham Oct 17, 2013
621fc1f
[1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_command
claudep Oct 17, 2013
dc8176e
[1.6.x] Fixed bug causing CSRF token not to rotate on login.
timgraham Oct 17, 2013
fa90b85
[1.6.x] Fixed ReST error in 1.6. release notes.
timgraham Oct 18, 2013
5bb975a
[1.6.x] Added a warning regarding session security and subdomains.
timgraham Sep 25, 2013
f198abc
[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.
Oct 17, 2013
742585b
[1.6.x] Cleaned formatting/comments in PasswordResetFormTest
claudep Oct 19, 2013
0c850e2
[1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their pas…
claudep Oct 19, 2013
15a6667
[1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains so…
xrmx Oct 21, 2013
37aea82
[1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC key
apollo13 Sep 17, 2013
823951e
[1.6.x] Force update of the password on iteration count changes.
apollo13 Sep 24, 2013
86373dc
[1.6.x] Added docs for the hasher's iteration count changes.
timgraham Oct 18, 2013
6781dc6
[1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()
akaariai Oct 21, 2013
7130609
[1.6.x] Fixed an I18N test class tearDown method.
ramiro Oct 21, 2013
b987fb1
[1.6.x] Decode from UTF-8 explicitly when reading a text file in make…
Oct 21, 2013
4499dc8
[1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt
timgraham Oct 22, 2013
2e74d6c
[1.6.x] Added 1.5.5 and 1.4.9 release notes
timgraham Sep 25, 2013
bcc65c1
[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.
ramiro Oct 22, 2013
9c98205
[1.6.x] Bump version number for 1.6 release candidate.
ubernostrum Oct 23, 2013
27f3f34
Fixed #13245: Explained Oracle's behavior w.r.t db_table
shaib Oct 21, 2013
7f5555d
[1.6.x] Workaround admin scripts test failures on Windows+Python 3.
Oct 23, 2013
bc62a20
[1.6.x] Bumped release date for 1.5.5 & 1.4.9.
timgraham Oct 23, 2013
26e4576
[1.6.x] Fixed typo in docs/releases/1.4.9.txt.
pauloxnet Oct 24, 2013
747f775
[1.6.x] Fixed #21325 -- Added missing argument to permission_required…
timgraham Oct 25, 2013
e052ada
[1.6.x] Fixed #21335 -- Use importlib from python3 when using python3
Oct 25, 2013
ec0a3f5
[1.6.x] Removed relative usage of import_module
claudep Oct 26, 2013
aa645d2
[1.6.x] Fixed #21337 -- Documented removal of django.core.servers.bas…
timgraham Oct 30, 2013
da0c772
[1.6.x] Fixed #21316 -- Documented that modifying safe strings makes …
timgraham Oct 30, 2013
142757c
[1.6.x] Documented the limitation on sep argument to Signer
acatton Oct 29, 2013
1cdf7f8
[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.
timgraham Oct 30, 2013
d774cb2
[1.6.x] Fixed #21306 -- Documented lower-casing behavior of title fil…
timgraham Oct 30, 2013
5217d01
[1.6.x] Fixed #21347 -- Added missing JS variable declaration.
timgraham Oct 30, 2013
8f104bb
[1.6.x] Fixed #21339 -- Documented removal of some form field error m…
claudep Oct 31, 2013
f03c699
[1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docs
claudep Nov 1, 2013
3f1b208
[1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL…
claudep Nov 1, 2013
35fd14c
[1.6.x] Fixed typo -- "a" user, not "an" user
sbellem Nov 1, 2013
33503c5
[1.6.x] Fixed spelling ("dependant" -> "dependent")
timgraham Nov 2, 2013
66bf6b3
[1.6.x] Fixed #21373 -- Typo fixed in i18n docs
claudep Nov 2, 2013
72bc925
[1.6.x] Pulled Transifex translations for Django core
claudep Nov 5, 2013
84b9ab7
[1.6.x] Pulled Transifex translations for contrib apps
claudep Nov 5, 2013
a71ff76
[1.6.x] Bump version numbers for 1.6 release.
ubernostrum Nov 6, 2013
c89a56d
[1.6.x] Correctly update development-status classifier.
ubernostrum Nov 6, 2013
b3da4cc
[1.6.x] Removed no longer relevant word
sbellem Nov 5, 2013
6026a50
[1.6.x] Added 1.4.10 release notes.
timgraham Nov 7, 2013
6c34e18
[1.6.x] Fixed #21396: Document backwards-incompatible change in Redir…
bmispelon Nov 7, 2013
3c8879f
[1.6.x] Removed obsolete locale restriction admonition
claudep Nov 8, 2013
d4b1724
[1.6.x] Added missing parameter in npgettext_lazy docs
glts Nov 8, 2013
c9917f4
[1.6.x] Fixed docs for EmailMessage extra_headers attribute
dustyneuron Nov 8, 2013
82e756d
[1.6.x] Noted that .clear() will delete intermediary models
Siecje Nov 3, 2013
86e72f5
[1.6.x] Fixed versionadded misuse in the admin documentation.
bmispelon Nov 9, 2013
c9076a4
[1.6.x] Fixed spelling of compatibility.
timgraham Nov 9, 2013
4b9e932
[1.6.x] Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcry…
timgraham Nov 9, 2013
4aed1ee
[1.6.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.
bernardopires Nov 9, 2013
b6acc4f
[1.6.x] Removed a mention of `Form._errors` from the documentation.
bmispelon Nov 12, 2013
b107421
[1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with relat…
loic Nov 13, 2013
5b8c8c4
[1.6.x] Added release note for #21410; thanks Loic.
timgraham Nov 13, 2013
c37b2e4
[1.6.x] Release notes for ORM changes in 1.6
akaariai Nov 6, 2013
0aa06bd
[1.6.x] Propagate get_user_model exception from get_user
mattrobenolt Nov 14, 2013
67c3042
[1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.
loic Nov 14, 2013
2cfff0c
Fixed wrong override_settings path introduced by 67c30426c1370f5d6c39…
bmispelon Nov 14, 2013
bdde6f6
[1.6.x] Added backported fixes to 1.6.1 release notes.
bmispelon Nov 14, 2013
2a0039b
Fixed Python2.6 incompatibility caused by 67c30426c1370f5d6c39bd73888…
bmispelon Nov 14, 2013
f2b5e9d
[1.6.x] Fixed #21440 -- Typo in topics/http/shortcuts.txt
timgraham Nov 15, 2013
1e2bbc3
[1.6.x] Fixed #21415 -- Replaced escape sequence by literal non-break…
glts Nov 13, 2013
882ee16
[1.6.x] Updated humanize translation catalog
claudep Nov 15, 2013
e8dea1f
[1.6.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txt
timgraham Nov 15, 2013
1fd762c
[1.6.x] Fixed #21428 -- editable GenericRelation regression
akaariai Nov 12, 2013
cbf8784
[1.6.x] Fixed a regression caused by fix for #21428
akaariai Nov 16, 2013
e85baa8
Updated humanize translations and added release note.
claudep Nov 17, 2013
a776e3f
[1.6.x] Fixed #21404 -- Added session.set_expiry() note to 1.6 releas…
timgraham Nov 18, 2013
2b03d53
[1.6.x] Fixed #21240 -- Added 1.5 release note for OneToOneField/sele…
timgraham Nov 18, 2013
a9c50fc
[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.
dominicrodger Aug 5, 2013
9f59149
[1.6.x] Added release note for TypedChoiceField coerce limitation
claudep Nov 18, 2013
4c9362d
[1.6.x] Added more internal links in the management command documenta…
bmispelon Nov 18, 2013
62bb4fc
[1.6.x] Added non-breaking spaces for humanize in Russian
claudep Nov 18, 2013
833f7d1
[1.6.x] Fixed #21457 -- Allowed fixture file name to contain dots
claudep Nov 18, 2013
44469af
[1.6.x] Fixed typo in topics/http/sessions.txt.
timgraham Nov 19, 2013
ac2ef4a
[1.6.x] Fixed the base class note in the Date Views docs.
Nov 16, 2013
20e322f
[1.6.x] Added more examples to the get_object_or_404 documentation.
bmispelon Nov 19, 2013
6f48ae0
[1.6.x] Recommended setuptools in the reuseable app tutorial.
metakermit Nov 15, 2013
d8fdee7
[1.6.x] Fixed #21472 -- Fixed inline formsets display when parent pk …
claudep Nov 20, 2013
47abfa2
[1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docs
Nov 20, 2013
5730bf2
[1.6.x] Fixed #21431 -- GenRel->FK list_filter regression in admin
akaariai Nov 21, 2013
9cbcd06
[1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
claudep Nov 21, 2013
1eddca0
[1.6.x] Fixed #21487 -- Session cannot store tzinfo instances anymore.
aaugustin Nov 22, 2013
ea0d97c
[1.6.x] Fixed sentence structure in docs/internals/contributing/triag…
Siecje Nov 21, 2013
d55df0b
[1.6.x] Fixed #21443 -- Cannot show debug info on PY3's importlib
Bouke Nov 20, 2013
4212ae6
[1.6.x] Noted that localmem is the default cache.
mlissner Nov 22, 2013
a0ab432
[1.6.x] Improved docs for ModelFormSet.clean().
loic Nov 22, 2013
ddd3926
[1.6.x] Removed obsolete deprecation notes.
aaugustin Nov 23, 2013
8750296
[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.
ramiro Nov 23, 2013
432de54
[1.6.x] Fixed #21486 -- Prevented settings config in signal connection
claudep Nov 23, 2013
af65860
[1.6.x] Fixed #21490 -- Fixed custom admin URL reverse example.
timgraham Nov 24, 2013
df18cc6
[1.6.x] Fixed typo in previous commit; refs #21490.
timgraham Nov 24, 2013
593ec42
[1.6.x] Fixed #21507 -- Corrected default widget information for File…
ludwiktrammer Nov 25, 2013
6cd5c67
[1.6.x] Fixed #21355 -- try importing _imaging from PIL namespace first.
richardxia Oct 28, 2013
655b8bb
[1.6.x] Fixed #21448 -- Fixed test client logout with cookie-based se…
claudep Nov 23, 2013
02f9e90
[1.6.x] Fixed #21515 -- Corrected example of template.Context in docu…
bmispelon Nov 27, 2013
14ddc1b
[1.6.x] Fixed #21496 -- Fixed crash when GeometryField uses TextInput
claudep Nov 23, 2013
2f42bba
[1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade.
timgraham Nov 30, 2013
adb8c56
[1.6.x] Fixed incorrect type for max_length.
timgraham Dec 1, 2013
c8b4ac8
[1.6.x] Fixed #21358 -- Allowed runserver on non-English locales
claudep Nov 30, 2013
87433c3
[1.6.x] Fixed #21538 -- Added numpy to test/requirements/base.txt
alasdairnicol Dec 2, 2013
3f8583a
[1.6.x] Added a warning regarding risks in serving user uploaded media.
timgraham Nov 13, 2013
c8cf49e
[1.6.x] Added link to localized formatting doc from main index.
ramiro Dec 4, 2013
6691abc
[1.6.x] Fixed #21558 -- Support building CHM files.
aaugustin Dec 4, 2013
49fab30
[1.6.x] Listed 1.6.x releases in descending order
alasdairnicol Dec 4, 2013
656a3ad
[1.6.x] Corrected setting name in gis test error message.
ramiro Dec 5, 2013
4f95908
[1.6.x] Fixed #21562 -- Warned against using the same app name as a d…
alasdairnicol Dec 5, 2013
5a4884a
[1.6.x] Fixed #21530 -- Prevent AttributeError in default URLconf det…
bmispelon Dec 7, 2013
7d75a33
[1.6.x] Added fix for #21530 to 1.6.1 release notes.
bmispelon Dec 7, 2013
34c4b93
[1.6.x] Fixed #21568 -- Added missing ModelMultipleChoiceField to_pyt…
claudep Dec 6, 2013
45c0d2e
[1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectory
claudep Dec 5, 2013
ef9832f
[1.6.x] Updated a bunch of hyperlinks in documentation
claudep Dec 8, 2013
d6d700f
[1.6.x] Fixed #21560 -- Added missing 'slug' field in example code.
schmitch Dec 9, 2013
64483b4
[1.6.x] Updated translations from Transifex
claudep Dec 10, 2013
d32637d
[1.6.x] Fixed #21510 -- Readded search reset link in changelist searc…
claudep Dec 7, 2013
c558a43
[1.6.x] Fixed #21473 -- Limited language preservation to logout
ludwiktrammer Nov 23, 2013
3f9d00e
[1.6.x] Added release note for #21473
claudep Dec 11, 2013
b953b27
[1.6.x] Added release note for #21358
claudep Dec 11, 2013
ebf55d3
[1.6.x] Added release note for #21443
claudep Dec 11, 2013
7a2910d
[1.6.x] Additions and edits to the 1.6.1 release notes.
timgraham Dec 11, 2013
de1d5d5
[1.6.x] Fixed #21594 -- Added note about model formsets deleting obje…
benspaulding Dec 11, 2013
073eed9
Bumped version number for 1.6.1.
jacobian Dec 12, 2013
194c5ab
[1.6.x] Added 1.6.1 release date.
timgraham Dec 12, 2013
1c18c7f
[1.6.x] Post release version bump.
timgraham Dec 12, 2013
f05b381
[1.6.x] Removed weird unicode char in some de po files
claudep Dec 13, 2013
704f581
[1.6.x] Added 1.6.2 release notes stub.
timgraham Dec 13, 2013
eb40795
[1.6.x] Fixed #21580 -- Clarified why render() does not return a Temp…
johannes-gehrs Dec 10, 2013
f39579e
[1.6.x] Fixed link text for "Testing in Django" in tutorial 5.
cjerdonek Dec 13, 2013
ad8a781
[1.6.x] Fixed #21614 -- improved docs on configuring email for develo…
cjerdonek Dec 13, 2013
15ab493
[1.6.x] Fixed #21539 -- Added example of modelformset_factory's form …
alasdairnicol Dec 1, 2013
5192713
[1.6.x] Added internal link to i18n documentation.
bmispelon Dec 15, 2013
6a36b71
[1.6.x] Fixed typo in docs/ref/models/fields.txt
timgraham Dec 15, 2013
e888760
[1.6.x] Added some internal links to render_to_string documentation.
bmispelon Dec 15, 2013
60517c9
[1.6.x] Fixed #21625 -- incorrect documentation for DiscoverRunner.bu…
Dec 16, 2013
dd7e292
[1.6.x] Fixed #21632 -- Docs: Removed example with callable as query …
marfire Dec 18, 2013
07d3d57
[1.6.x] Fixed #21613 -- Removed a hardcoded input id from the tutorial.
timgraham Dec 18, 2013
438f9ed
[1.6.x] Fixed #21585 -- Updated some links to 3rd party database proj…
timgraham Dec 18, 2013
54b04cc
[1.6.x] Fixed #21213 -- Added docs for Django's mailing lists.
Oct 3, 2013
847d2ab
[1.6.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.
timgraham Dec 25, 2013
b536ad0
[1.6.x] Fixed #21662 -- Kept parent reference in prepared geometry
claudep Dec 24, 2013
0e81383
[1.6.x] Fixed #21627 -- Added unicode_literals to changepassword comm…
jonklo Dec 18, 2013
3bb7de8
[1.6.x] Fixed typo and slightly improved error message when db is mis…
loic Nov 15, 2013
62f282a
[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zon…
timgraham Dec 26, 2013
f3a9a76
[1.6.x] Fixed #21582 -- Corrected URL namespace example.
timgraham Dec 27, 2013
3b79fba
[1.6.x] Fixed #21650 -- Corrected bad advice for plural translation.
timgraham Dec 27, 2013
2d08390
[1.6.x] Fixed #21618 -- Added hints about openlayers.js hosting
claudep Dec 28, 2013
35a447a
[1.6.x] Fixed #21093 -- Ensured that mails are not base64 encoded on …
apollo13 Dec 28, 2013
ed167e5
[1.6.x] Worked around a bug in python 3.3.3. Refs #21093
apollo13 Dec 28, 2013
51d6a7d
[1.6.x] Fixed #21710 -- Documented User.get_short_name()
timgraham Dec 30, 2013
2d554d2
[1.6.x] Fixed #21708 -- Added some headings to separate unrelated top…
timgraham Dec 30, 2013
7c674dd
[1.6.x] Introduced as_bytes for SafeMIMEText (and other SafeMIME-clas…
apollo13 Dec 28, 2013
d18f99d
[1.6.x] Changed console and filebackend to use msg.as_bytes to output…
apollo13 Dec 30, 2013
e99eeef
[1.6.x] Decode mails using the message encoding.
apollo13 Dec 30, 2013
f82eb49
[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing…
timgraham Dec 31, 2013
a05ca51
[1.6.x] Fixed #19395 -- Added a simple example logging config.
timgraham Dec 31, 2013
a228545
[1.6.x] Fixed #21484 -- Documented that SQL logging does not include …
timgraham Dec 31, 2013
3fd16e6
[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.
loic Dec 9, 2013
ea82e98
[1.6.x] Django sees more than 1mm hits per hour
mattrobenolt Jan 1, 2014
865723f
[1.6.x] Fixed set literals for python 2.6
apollo13 Jan 1, 2014
8b1de98
[1.6.x] Fixed minor typos.
NathanRSmith Jan 2, 2014
5dcb287
[1.6.x] Fixed typos. Changed grammar.
ftobia Jan 2, 2014
8841cbb
[1.6.x] Fixed #21722 -- Added a warning for avoiding XSS vulnerabilit…
timgraham Jan 2, 2014
0a4e36c
[1.6.x] Fixed #21319 -- Added documentation for the Form.fields attri…
vajrasky Dec 7, 2013
7a4d2b8
[1.6.x] Fixed #21728 -- Corrected an inadvertent path change in docs/…
Jan 3, 2014
2206321
[1.6.x] Fixed a sentence in the session security docs; thanks claudep.
timgraham Jan 3, 2014
5d99cd6
[1.6.x] Fixed #21730 -- Removed superfluous db_index in custom auth docs
claudep Jan 4, 2014
e694b06
[1.6.x] Fixed typo in docstrings of MonthArchiveViews.
exonian Jan 10, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .gitattributes
@@ -1,2 +1,5 @@
# Normalize line endings to avoid spurious failures in the core test suite on Windows.
*html text eol=lf
*html text eol=lf
*css text eol=lf
tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf
tests/staticfiles_tests/project/documents/test/*txt text eol=lf
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
*.egg-info
*.pot
*.py[co]
__pycache__
MANIFEST
dist/
docs/_build/
Expand Down
3 changes: 2 additions & 1 deletion .hgignore
Expand Up @@ -3,6 +3,7 @@ syntax:glob
*.egg-info
*.pot
*.py[co]
__pycache__
docs/_build/
tests/coverage_html/
tests/.coverage
tests/.coverage
7 changes: 7 additions & 0 deletions AUTHORS
Expand Up @@ -56,7 +56,9 @@ answer newbie questions, and generally made Django that much better:

Gisle Aas <gisle@aas.no>
Chris Adams
Christopher Adams <christopher.r.adams@gmail.com>
Mathieu Agopian <mathieu.agopian@gmail.com>
Roberto Aguilar <roberto@baremetal.io>
ajs <adi@sieker.info>
alang@bright-green.com
A S Alam <aalam@users.sf.net>
Expand Down Expand Up @@ -266,6 +268,7 @@ answer newbie questions, and generally made Django that much better:
Janos Guljas
Thomas Güttler <hv@tbz-pariv.de>
Horst Gutmann <zerok@zerokspot.com>
Bouke Haarsma <bouke@haarsma.eu>
Antti Haapala <antti@industrialwebandmagic.com>
Scot Hacker <shacker@birdhouse.org>
dAniel hAhler
Expand Down Expand Up @@ -437,6 +440,7 @@ answer newbie questions, and generally made Django that much better:
Gopal Narayanan <gopastro@gmail.com>
Fraser Nevett <mail@nevett.org>
Sam Newman <http://www.magpiebrain.com/>
Alasdair Nicol <http://al.sdair.co.uk/>
Ryan Niemeyer <https://profiles.google.com/ryan.niemeyer/about>
Filip Noetzel <http://filip.noetzel.co.uk/>
Afonso Fernández Nogueira <fonzzo.django@gmail.com>
Expand Down Expand Up @@ -464,6 +468,7 @@ answer newbie questions, and generally made Django that much better:
phil@produxion.net
phil.h.smith@gmail.com
Gustavo Picon
Andrew Pinkham <http://AndrewsForge.com>
Travis Pinney
Michael Placentra II <someone@michaelplacentra2.net>
plisk
Expand Down Expand Up @@ -540,6 +545,7 @@ answer newbie questions, and generally made Django that much better:
smurf@smurf.noris.de
Vsevolod Solovyov
George Song <george@damacy.net>
Jimmy Song <jaejoon@gmail.com>
sopel
Leo Soto <leo.soto@gmail.com>
Wiliam Alves de Souza <wiliamsouza83@gmail.com>
Expand Down Expand Up @@ -624,6 +630,7 @@ answer newbie questions, and generally made Django that much better:
Derek Willis <http://blog.thescoop.org/>
Rachel Willmer <http://www.willmer.com/kb/>
Jakub Wilk <ubanus@users.sf.net>
Ian A Wilson <http://ianawilson.com>
Jakub Wiśniowski <restless.being@gmail.com>
Maciej Wiśniowski <pigletto@gmail.com>
wojtek
Expand Down
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 6, 0, 'alpha', 1)
VERSION = (1, 6, 2, 'alpha', 0)

def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.
Expand Down
3 changes: 2 additions & 1 deletion django/conf/global_settings.py
Expand Up @@ -287,7 +287,7 @@

# Absolute path to the directory static files should be collected to.
# Example: "/var/www/example.com/static/"
STATIC_ROOT = ''
STATIC_ROOT = None

# URL that handles the static files served from STATIC_ROOT.
# Example: "http://example.com/static/", "http://static.example.com/"
Expand Down Expand Up @@ -469,6 +469,7 @@
SESSION_EXPIRE_AT_BROWSER_CLOSE = False # Whether a user's session cookie expires when the Web browser is closed.
SESSION_ENGINE = 'django.contrib.sessions.backends.db' # The module to store session data
SESSION_FILE_PATH = None # Directory to store session files if using the file session module. If None, the backend will use a sensible default.
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer' # class to serialize session data

#########
# CACHE #
Expand Down
10 changes: 5 additions & 5 deletions django/conf/locale/__init__.py
Expand Up @@ -279,7 +279,7 @@
'bidi': False,
'code': 'lt',
'name': 'Lithuanian',
'name_local': 'Lithuanian',
'name_local': 'Lietuviškai',
},
'lv': {
'bidi': False,
Expand Down Expand Up @@ -399,7 +399,7 @@
'bidi': False,
'code': 'sq',
'name': 'Albanian',
'name_local': 'Albanian',
'name_local': 'shqip',
},
'sr': {
'bidi': False,
Expand Down Expand Up @@ -441,7 +441,7 @@
'bidi': False,
'code': 'th',
'name': 'Thai',
'name_local': 'Thai',
'name_local': 'ภาษาไทย',
},
'tr': {
'bidi': False,
Expand All @@ -468,7 +468,7 @@
'name_local': 'Українська',
},
'ur': {
'bidi': False,
'bidi': True,
'code': 'ur',
'name': 'Urdu',
'name_local': 'اردو',
Expand All @@ -477,7 +477,7 @@
'bidi': False,
'code': 'vi',
'name': 'Vietnamese',
'name_local': 'Vietnamese',
'name_local': 'Tiếng Việt',
},
'zh-cn': {
'bidi': False,
Expand Down
Binary file modified django/conf/locale/af/LC_MESSAGES/django.mo
Binary file not shown.