| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-11 | Tweak password admin change form view context. Refs #21293. | Ramiro Morales | |
| 2014-03-11 | Updated spelling_wordlist. | Tim Graham | |
| 2014-03-11 | Fixed typo in docs/ref/django-admin.txt | Tim Graham | |
| Thanks Wes Kendall for the report. | |||
| 2014-03-11 | Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template. | Tim Graham | |
| By removing the absolute positioning of the usertools div and using float positioning, the #header div will expand based on the height of its content. Thanks EvilDMP for the report. | |||
| 2014-03-11 | Fix AlterField migrations that are related to a RenameModel migration | Chris Beaven | |
| 2014-03-11 | Fix autodetector creation of RenameModel migration to capitalize model names | Chris Beaven | |
| 2014-03-10 | Added myself to the committers list, finally. | Shai Berger | |
| 2014-03-10 | Fixed #21875 -- Clarified that get_user_model() only works at run time. | Aymeric Augustin | |
| Thanks Benjamin White for the report. | |||
| 2014-03-10 | Added myself to the committers list. | Erik Romijn | |
| 2014-03-10 | Fixed #22210 -- Saving model instances to non-related fields. | Daniel Pyrathon | |
| Previously, saving a model instance to a non-related field (in particular a FloatField) would silently convert the model to an Integer (the pk) and save it. This is undesirable behaviour, and likely to cause confusion so the validatio has been hardened. Thanks to @PirosB3 for the patch and @jarshwah for the review. | |||
| 2014-03-09 | Merge pull request #2415 from SmileyChris/migration-renamed-models | Andrew Godwin | |
| Fixed #22239 -- Add auto detection of renamed models | |||
| 2014-03-10 | Fixed #22239 -- Add auto detection of renamed models | Chris Beaven | |
| 2014-03-09 | Fixed #22237 -- Removed some warnings in the test suite | Claude Paroz | |
| Thanks Aymeric Augustin for the report. | |||
| 2014-03-09 | Substituted 'shortcut function' for 'factory method' in tutorial | Jeremy Dunck | |
| Many newbies don't know what a factory method is, nor is it pertinent to the information the tutorial hopes to convey. | |||
| 2014-03-09 | Fixed an example to match the code. | Aymeric Augustin | |
| 2014-03-09 | Prevented admin from importing auth.User. | Aymeric Augustin | |
| Since we don't enforce order between apps, root packages of contrib apps cannot import models from unrelated apps. Fix #22005, refs #21719. | |||
| 2014-03-09 | Revert "Reordered INSTALLED_APPS in default template, refs #22005" | Aymeric Augustin | |
| This reverts commit a718fcf201b04ba254e9073be82f51ae1ae3a853. | |||
| 2014-03-09 | Fixed the last fix for database test settings to work with Python3. | Shai Berger | |
| 2014-03-09 | Removed obsolete hack to run template tests. | Aymeric Augustin | |
| 2014-03-09 | Avoided leaking warning filters. | Aymeric Augustin | |
| 2014-03-09 | Fixed test breakage following test-settings enhancements | Shai Berger | |
| 2014-03-09 | Corrected a few missed references to old test settings | Shai Berger | |
| 2014-03-08 | Fix weird autodetector error | Andrew Godwin | |
| 2014-03-09 | Reorganized the database test settings | Shai Berger | |
| Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review. | |||
| 2014-03-08 | 4 flake8 warning fixes | Alex Gaynor | |
| 2014-03-08 | Fixed #21843: Remove explicit ID column setting in test | Andrew Godwin | |
| 2014-03-08 | Fixed #22183: Through M2Ms now correctly handled | Andrew Godwin | |
| 2014-03-08 | Merge pull request #2315 from bendavis78/issues/22073 | Andrew Godwin | |
| Fixed #22073 - Ensure CreateTable operation handles backwards migration correctly when M2M fields are present | |||
| 2014-03-08 | Fixed #22199: Bad max_length deconstruction for FileField | Andrew Godwin | |
| 2014-03-08 | Fix bad conflict detection during makemigrations | Andrew Godwin | |
| 2014-03-08 | Improved compatibility in admin_scripts tests | Claude Paroz | |
| Environment keys/values need to use native strings on some plateforms. Thanks anubhav joshi for detecting the issue and helping shaping the patch. | |||
| 2014-03-08 | Fixed #21092 -- Ensured admin_scripts tests are run with warnings off | Claude Paroz | |
| 2014-03-08 | Avoided modifying current environment in admin_scripts tests | Claude Paroz | |
| 2014-03-08 | Added test about error filterwarnings | Claude Paroz | |
| Refs #20083. | |||
| 2014-03-08 | Avoided changing raw DeprecationWarning filter behavior | Claude Paroz | |
| Refs #21188. Now pure Python DeprecationWarning visibility should be back to Python defaults. | |||
| 2014-03-08 | Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings | Claude Paroz | |
| Thanks Anssi Kääriäinen for the idea and Simon Charette for the review. | |||
| 2014-03-08 | Fixed #22034 -- Added a specific set of relation checks for ↵ | Russell Keith-Magee | |
| GenericInlineModelAdmin. Thanks to jwa for the report. | |||
| 2014-03-07 | Fixed #21863 -- supplemented get_lookup() with get_transform() | Anssi Kääriäinen | |
| Also fixed #22124 -- Expanded explanation of exactly what is going on in as_sql() methods. | |||
| 2014-03-07 | Fixed #22141 -- Added a spelling checker for documentation. | Szczepan Cieślik | |
| 2014-03-07 | Fixed typo in docs/ref/checks.txt | Tim Graham | |
| 2014-03-06 | Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ↵ | James Jenkins | |
| case Thanks bendavis78 for the report. | |||
| 2014-03-06 | Don't allow really long migration names | Andrew Godwin | |
| 2014-03-06 | Fixed #22204: Bad circular-dep-breaking if more than one per run | Andrew Godwin | |
| 2014-03-06 | Revert "Fixed #22183: Don't make a table for M2Ms with through=" | Andrew Godwin | |
| This reverts commit 1562b9896f8f614ef40fd032b1ec777280b377c1. | |||
| 2014-03-06 | Fixed #22183: Don't make a table for M2Ms with through= | Andrew Godwin | |
| 2014-03-06 | Reworked ErrorDict.as_json() to prevent unnecessary ↵ | Loic Bistuer | |
| serialization/deserialization step. Thanks @apollo13 for the suggestion. Refs #17413. | |||
| 2014-03-06 | Fixed #22185 -- Added settings.CSRF_COOKIE_AGE | Roger Hu | |
| Thanks Paul McMillan for the review. | |||
| 2014-03-06 | Added --previous flag to msgmerge command used by makemessages | Claude Paroz | |
| Also took the opportunity to slightly refactor gettext options so as to ease customization by subclassing the command. Thanks Michal Čihař for the report and initial patch. | |||
| 2014-03-06 | Fixed issues and added new scripts to urlify.js | Baptiste Mispelon | |
| Added the following scripts: * Lithuanian (thanks to petraszd for the patch) * Serbian (thanks to offy) * Azerbajani (thanks to Ali Ismayilov) Fixed the following issues: * In Polish character map, some uppercase letters were converted to a lowercase ascii equivalent. * The letter Y with a diaeresis had a lowercase version but no uppercase. The code was also simplified and cleaned up: * Use of `var` statements everywhere * Systematic use of semicolons * Proper looping over arrays and objects. Thanks to @oinopion for his help in getting the javascript into proper shape. Fixes #8561, #11035. | |||
| 2014-03-05 | Fixed #22207 -- Added support for GenericRelation reverse lookups | Gabe Jackson | |
| GenericRelation now supports an optional related_query_name argument. Setting related_query_name adds a relation from the related object back to the content type for filtering, ordering and other query operations. Thanks to Loic Bistuer for spotting a couple of important issues in his review. | |||
