| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-19 | Fixed #22655 -- Fixed GeoQuerySet doc about strictly_below | Moayad Mardini | |
| The paragraph was a copy of strictly_above. | |||
| 2014-05-19 | Updated translation catalogs | Claude Paroz | |
| 2014-05-19 | Re-added JS catalog in manage_translations script | Claude Paroz | |
| 2014-05-19 | Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager. | Tim Graham | |
| Thanks alexdlaird for the report. | |||
| 2014-05-19 | Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of ↵ | Tim Graham | |
| modules." This reverts commit 950b6de16ac2f8135612f2ed5984c090dd8e4dcf. | |||
| 2014-05-19 | Removed locale dirs for single-message apps | Claude Paroz | |
| Considering that these apps only translate their app name, it's not worth having a whole bunch of po files just for that. The translatable app name for those apps will be integrated in Django core catalog. | |||
| 2014-05-19 | Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules. | Martin Brochhaus | |
| Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module. | |||
| 2014-05-19 | Fixed #22368 -- clarified connecting to Oracle DB using service name | Moayad Mardini | |
| Used the official terminology listed in http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309 Thanks michael.cherkasov for the report. | |||
| 2014-05-19 | Updated Django makemessages process | Claude Paroz | |
| makemessages should now automatically distribute translatable strings in the proper locale files, for Django too (see 50a8ab7cd1e6). | |||
| 2014-05-19 | Merge pull request #2682 from alimony/welcome_page_local_02 | Claude Paroz | |
| Fixed #22635 -- Make "It worked!" page localizable | |||
| 2014-05-19 | Fixed #22635 -- Made "It worked!" page localizable. | Markus Amalthea Magnuson | |
| 2014-05-18 | Removed some unnecessary exception naming; thanks claudep. | Tim Graham | |
| 2014-05-18 | Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models. | Esau Rodriguez | |
| 2014-05-18 | Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f. | Florian Apolloner | |
| 2014-05-18 | Refs #21230 -- removed direct settings manipulation from staticfile tests | Huu Nguyen | |
| 2014-05-18 | Added "/" divider for DATE(TIME)_INPUT_FORMATS for Dutch locale. | SaeX | |
| Dutch ('nl-NL' and 'nl-BE') has several valid input formats; see http://nl.wikipedia.org/wiki/Datum_(dagtekening). Thanks Erik Romijn for review. | |||
| 2014-05-18 | Failing testcases for #22649. | Loic Bistuer | |
| 2014-05-18 | Fixed #22424 -- Fixed handling of default values for TextField/BinaryField ↵ | Loic Bistuer | |
| on MySQL. Thanks syphar for the review and suggestions. | |||
| 2014-05-17 | Fixed #22421 -- Regression in fixtures loading. | Ramiro Morales | |
| Loading fixtures were failing since the refactoring in 244e2b71f5 for inheritance setups where the chain contains abstract models and the root ancestor contains a M2M relation. Thanks Stanislas Guerra for the report. Refs #20946. | |||
| 2014-05-17 | Moved wordwrap test to their own function | Markus Amalthea Magnuson | |
| The `wordwrap` tests were in the `test_wordcount()` method for some reason. This moves them to their own method, and make consistent use of double quotes where needed. | |||
| 2014-05-17 | Fixed #6668 -- Optimized utils.text wrap function | Markus Amalthea Magnuson | |
| This fixes a failing test after applying an optimization of the utils.text.wrap function by user SmileyChris. | |||
| 2014-05-17 | Fixed several flake8 errors, including one where a test wouldn't be run | Alex Gaynor | |
| 2014-05-17 | Fixed #22626 -- Allow BinaryField defaults with SQlite. | Raphaël Barrois | |
| Also fixes a slight issue in sqlite3.schema._remake_table where default values where quoted with "column name" quoting rules. Reference for quoting: http://www.sqlite.org/lang_expr.html Thanks Shai Berger for the review. Refs #22424. | |||
| 2014-05-17 | Fixed #22647 -- Documented redirect_field_name keyword argument for ↵ | Víðir Valberg Guðmundsson | |
| user_passes_test. | |||
| 2014-05-17 | Fixed #22644 -- Clarified documentation for NamedUrlWizardView | Erik Romijn | |
| 2014-05-17 | Fixed contrib.gis tests breaking in some edge cases. | Baptiste Mispelon | |
| The tests would error out with an ImproperlyConfigured error if the user had psycopg installed but not geos. Thanks to mcgohier for the report. | |||
| 2014-05-17 | Fixed #22019 -- Added Model.objects reference documentation. | Aliaksandr Semianiuk | |
| 2014-05-17 | Fixed #22648 -- Transform.output_type should respect overridden ↵ | Marc Tamlyn | |
| custom_lookup and custom_transform. Previously, class lookups from the output_type would be used, but any changes to custom_lookup or custom_transform would be ignored. | |||
| 2014-05-17 | Merge pull request #2346 from Markush2010/ticket21905 | Florian Apolloner | |
| Fixed #21905 -- Add info message if DateField or TimeField use a fixed value | |||
| 2014-05-17 | Fixed jenkins breakage, apparently migrations need a models module. | Florian Apolloner | |
| Workaround for now, Andrew will look into it. | |||
| 2014-05-16 | Fixed #16245 -- Included traceback in send_robust()'s response | Unai Zalakain | |
| Exceptions from the (receiver, exception) tuples returned by ``send_robust()`` now have always their traceback attached as their ``__traceback__`` argument. | |||
| 2014-05-16 | Added stub release notes for 1.6.6. | Tim Graham | |
| 2014-05-16 | Optimized make_aware/naive by removing redundant checks. Refs #22625. | Aymeric Augustin | |
| Also added tests with pytz and removed misplaced tests. | |||
| 2014-05-16 | Fixed #22625 -- Normalized make_aware/naive errors. | Aymeric Augustin | |
| Also added tests for is/make_aware/naive. Thanks Tom Michaelis for the report. | |||
| 2014-05-16 | Fixed typo. | Tim Graham | |
| 2014-05-16 | Fix storing of binary fields and unicode textfields for Oracle/Python3 | Shai Berger | |
| 2014-05-16 | Fixed #21905 -- Add info message if DateField or TimeField use a fixed value | Markus Holtermann | |
| 2014-05-16 | Fixed #15716 - Authentication backends can short-circuit authorization. | Jorge C. Leitão | |
| Authorization backends can now raise PermissionDenied in "has_perm" and "has_module_perms" to short-circuit authorization process. | |||
| 2014-05-16 | Fixed #22266 - quote PK before redirecting away from add_view ↵ | Stas Rudakou | |
| (django.contrib.admin) | |||
| 2014-05-16 | Fixed #22167 -- Improved documentation on context processors | Moritz | |
| Clarified the explanation on the order in which user provided variables to render_to_response, RequestContext and context processors are loaded. | |||
| 2014-05-16 | Fixed #22622 -- Added ugettext_lazy import in docs | Niclas Åhdén | |
| 2014-05-16 | Fixed #18389 -- Fixed the way contribute_to_class is called | Vlad Starostin | |
| Now this method is only called only if the object is an instance. This allows to have field classes as model class attributes. | |||
| 2014-05-16 | Removed --skip-scripts from extras/Makefile. | Florian Apolloner | |
| This is the default now, see https://bitbucket.org/pypa/wheel/commits/c29f82b4cf76df71f8d55b0f825af6063d3b9892 | |||
| 2014-05-16 | Refs #21798 - Modified error number to provide room for future expansion. | Russell Keith-Magee | |
| 2014-05-16 | Fixed #22531 -- Added tree.Node.__repr__ and tests for the class. | Moayad Mardini | |
| While Node class has a useful `__str__`, its `__repr__` is not that useful. Added a `__repr__` that makes use of the current `__str__`. This is especially useful since the more popular `Q` class inherits `tree.Node`. Also created new tests that cover most of `Node` class functionality. | |||
| 2014-05-16 | Removed an unused import | Alex Gaynor | |
| 2014-05-16 | Fixed #22490 -- removed obsolete ComplexFeed class from syndication_tests | Nikolaus Schlemm | |
| It was previously used in a test that was deprecated and then removed, this cruft can be removed now. | |||
| 2014-05-16 | Fixed #22579 -- Corrected validation for email to reject trailing slash | Erik Romijn | |
| Thanks to Claude Paroz for the report and patch and Tomasz Paczkowski for the review. | |||
| 2014-05-16 | Fixed #22628 -- Took initial forms into account when combining ↵ | Stephen Burrows | |
| FormSet.min_num and FormSet.extra. Forwardport of 79f15ab1ef from stable/1.7.x | |||
| 2014-05-16 | Merge pull request #2657 from nschlemm/20140516-test_testcase_ordering | Marc Tamlyn | |
| cater for running tests from another directory than tests | |||
