Erik Romijn
|
8db889eaf7
|
Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)
|
2016-07-03 15:55:14 +02:00 |
Akshesh
|
f7e00b40c5
|
Refs #26808 -- Avoided clashing keyword arguments in test_autodetector
Factor method signatures in test_autodetector to avoid clashing keyword
arguments when introducing indexes.
|
2016-07-03 09:01:07 +02:00 |
Leila20
|
de4265e082
|
Fixed #26832 -- Added translated language name on the get_language_info documentation
|
2016-07-02 18:10:09 +02:00 |
Baptiste Mispelon
|
a9215b7c36
|
Refs #21548 -- Skipped tests that rely on pillow when it's not installed
|
2016-07-02 15:46:16 +02:00 |
Md. Sadaf Noor
|
ed1c15d8fb
|
Fixed #26829 -- Simplified version detection command in tutorial
|
2016-07-02 12:52:36 +02:00 |
Adam Dobrawy
|
92d323ccb5
|
Added package names to 'Error loading MySQLdb module' error.
|
2016-07-01 13:12:27 -04:00 |
Tim Graham
|
5f8da22984
|
Fixed a urlpatterns_reverse test on Python 2 non-ASCII path.
|
2016-07-01 09:09:31 -04:00 |
Harry Moreno
|
30c65ee818
|
Added parallel test running to "Speeding up the tests" docs.
|
2016-07-01 09:05:40 -04:00 |
Berker Peksag
|
12b4280444
|
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
|
2016-06-30 09:08:50 -04:00 |
Tim Graham
|
c9d0a0f7f4
|
Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
|
2016-06-30 09:00:10 -04:00 |
Andrew Nester
|
baff4dd37d
|
Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
|
2016-06-30 08:53:38 -04:00 |
Claude Paroz
|
490107f14d
|
Added Upper/Lower Sorbian translations
|
2016-06-29 21:11:30 +02:00 |
Claude Paroz
|
6aeb932fc5
|
Removed contrib-messages entry in Transifex config file
Complement to debf521d49 .
|
2016-06-29 21:11:30 +02:00 |
Claude Paroz
|
e8cbf53c33
|
Added Upper/Lower Sorbian languages
|
2016-06-29 21:11:30 +02:00 |
Jon Dufresne
|
16614dcd5c
|
Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations.
|
2016-06-29 14:47:29 -04:00 |
David Sanders
|
a84344bc53
|
Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().
|
2016-06-29 14:08:13 -04:00 |
David Sanders
|
06acb3445f
|
Added a test for updating an annotated queryset.
|
2016-06-29 12:36:37 -04:00 |
Lh4cKg
|
18571aefe6
|
Added Georgian mapping to contrib/admin/static/admin/js/urlify.js
|
2016-06-29 09:59:03 -04:00 |
Berker Peksag
|
1a3bf236c0
|
Avoided db queries in test_indentation_whitespace.
|
2016-06-29 09:56:27 -04:00 |
Tsering
|
fc4b4fd585
|
Refs #23386 -- Documented that F() expressions are applied on each model.save()
|
2016-06-28 16:24:56 -04:00 |
Christopher Grebs
|
a9e188ccd6
|
Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.
|
2016-06-28 15:43:43 -04:00 |
David Sanders
|
7ca6007bd2
|
Fixed #26811 -- Added addButton option to admin inlines JavaScript.
|
2016-06-28 15:19:53 -04:00 |
Berker Peksag
|
52a991d976
|
Fixed #24694 -- Added support for context_processors to Jinja2 backend.
|
2016-06-28 14:30:54 -04:00 |
Camilo Nova
|
222e1334bf
|
Used strict comparison in docs/ref/csrf.txt's JavaScript.
|
2016-06-28 12:51:51 -04:00 |
Eduard Stepanov
|
49b4596cb4
|
Fixed #26786 -- Avoided redundant max value validators on integer fields.
|
2016-06-28 11:39:20 -04:00 |
Tim Graham
|
c9ae09addf
|
Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.
|
2016-06-28 11:21:26 -04:00 |
Berker Peksag
|
c1b6f554e4
|
Fixed #15091 -- Allowed passing custom encoder to JSON serializer.
|
2016-06-28 11:10:07 -04:00 |
Aaron Elliot Ross
|
6bf7964023
|
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f )
to avoid setting db_index=False.
|
2016-06-28 08:22:20 -04:00 |
Claude Paroz
|
5fe1c92250
|
Improved test assertion in wsgi tests
Thanks Berker Peksag for the suggestion.
|
2016-06-28 12:02:51 +02:00 |
Shabda Raaj
|
b0acb1e73e
|
Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.
|
2016-06-27 15:37:32 -04:00 |
Ben Demboski
|
2224a56631
|
Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_instance=None.
|
2016-06-27 13:33:37 -04:00 |
Étienne BERSAC
|
03f6d272ab
|
Fixed #26751 -- Made dbshell exit with the shell's error code.
|
2016-06-27 12:20:40 -04:00 |
Jon Dufresne
|
d47f6d75ef
|
Refs #26034 -- Corrected a schema test to work with the correct field state.
|
2016-06-27 12:13:15 -04:00 |
Akshesh
|
156e2d59cf
|
Fixed #26709 -- Added class-based indexes.
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
2016-06-27 10:41:01 -04:00 |
Ramiro Morales
|
c962b9104a
|
Added missing trailing '$' to url() patterns in docs.
|
2016-06-27 09:18:44 -04:00 |
Anderson Resende
|
2032bcf182
|
Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
|
2016-06-27 09:06:54 -04:00 |
Claude Paroz
|
9588718cd4
|
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Thanks Tim Graham for the review.
|
2016-06-27 10:44:57 +02:00 |
akki
|
ca77b50905
|
Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
|
2016-06-24 21:45:35 -04:00 |
Bang Dao + Tam Huynh
|
09119dff14
|
Fixed #26719 -- Normalized email in AbstractUser.clean().
|
2016-06-24 10:37:38 -04:00 |
Tim Graham
|
7e303d15c3
|
Refs #12594 -- Removed obsolete exception handling in handle_uncaught_exception().
Since 859fc020a7 , this is no longer needed.
|
2016-06-24 09:27:47 -04:00 |
Claude Paroz
|
78963495d0
|
Refs #17209 -- Added LoginView and LogoutView class-based views
Thanks Tim Graham for the review.
|
2016-06-24 10:45:13 +02:00 |
Claude Paroz
|
742ea51413
|
Refs #24829 -- Made TemplateResponse.content available sooner in exception context
Thanks Tim Graham for the initial patch.
|
2016-06-24 10:22:30 +02:00 |
Tim Graham
|
9f66302797
|
Removed a test workaround for some old GDAL 1.7.x versions.
|
2016-06-23 16:24:18 -04:00 |
Tim Graham
|
81cdcb66bc
|
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
|
2016-06-23 12:04:05 -04:00 |
jasisz
|
b5a1c3a6f5
|
Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.
|
2016-06-22 17:28:49 -04:00 |
Zbigniew Siciarz
|
46338296aa
|
Fixed typo in 1.11 release notes.
|
2016-06-22 12:10:42 -04:00 |
Tim Graham
|
91c02ca7ba
|
Fixed a heading typo in docs/releases/1.11.txt
|
2016-06-22 11:16:18 -04:00 |
John-Scott Atlakson
|
9a54face25
|
Fixed typo in docs/topics/logging.txt
|
2016-06-22 06:38:34 -04:00 |
Simon Charette
|
c2e62fd1ae
|
Fixed #26781 -- Made table name case change a noop on SQLite.
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
2016-06-21 16:37:06 -04:00 |
Tim Graham
|
39805686b3
|
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
|
2016-06-21 16:19:37 -04:00 |