django1/django/contrib
Baptiste Mispelon 20948612c7 Fixed issues and added new scripts to urlify.js
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-06 00:14:27 +01:00
..
admin Fixed issues and added new scripts to urlify.js 2014-03-06 00:14:27 +01:00
admindocs Took advantage of the new get_model API. Refs #21702. 2014-01-26 13:08:05 +01:00
auth Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
comments Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
contenttypes Fixed #22207 -- Added support for GenericRelation reverse lookups 2014-03-05 22:37:53 +02:00
flatpages Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
formtools Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
gis Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
humanize Removed unused import in humanize tests. 2014-02-09 16:30:08 -05:00
messages Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
redirects Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
sessions Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
sitemaps Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01:00
sites Edited contrib.sites check messages for grammar and consistency. 2014-03-03 14:27:22 +08:00
staticfiles Reworked the detection of local storages for the collectstatic command. 2014-02-12 11:00:01 -05:00
syndication Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
webdesign Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
__init__.py